File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -26,9 +26,9 @@ Cервис Яндекс Практикума “Трекер развития
26
26
27
27
# 2. Cсылка на веб хостинг <a id =" host " ></a >
28
28
29
- [ Авторизация по yandex id] ( http://skills.sytes.net/accounts/yandex/login )
30
- [ Сервис Skills] ( http://skills.sytes.net )
31
- [ Swagger] ( http://skills.sytes.net/api/v1/swagger/ )
29
+ - [ Авторизация по yandex id] ( http://skills.sytes.net/accounts/yandex/login )
30
+ - [ Сервис Skills] ( http://skills.sytes.net )
31
+ - [ Swagger] ( http://skills.sytes.net/api/v1/swagger/ )
32
32
33
33
# 3. Подготовка к запуску <a id =" start " ></a >
34
34
@@ -65,7 +65,10 @@ poetry install
65
65
## 3.3. Запуск сервера локально <a id =" local " ></a >
66
66
67
67
Перед тем как запускать сервер локально, нужно подменить url на frontend части, чтобы отображались страницы.
68
- Для этого нужно перейти по папкам hackathon/scr/utils/Api.js и в самом конце файла вставить baseUrl: 'http://localhost/api/v1 ' вместо имеющегося.
68
+ Для этого нужно перейти по папкам hackathon/scr/utils/Api.js и в самом конце файла вставить url вместо имеющегося:
69
+ ``` shell
70
+ baseUrl: ' http://localhost/api/v1'
71
+ ```
69
72
70
73
Запуск сервера локально:
71
74
You can’t perform that action at this time.
0 commit comments