Skip to content

Commit

Permalink
readme fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kabilovtoha committed Apr 15, 2020
1 parent 84a8f04 commit 69ba4c0
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Как развернуть проект
## Для разработки
## For development
## Для разработки / For development
```sh
docker-compose up -d --build
```
Expand All @@ -17,9 +16,9 @@ docker-compose up -d --build
- Корневой зарос к API, возвращает список дочерних запросов

###### /api/v1/pages/
- список страниц, каждый елемент которого содержит url на API c детальной информацией
- список страниц, каждый элемент которого содержит url на API c детальной информацией
- list of pages, each element contains API - url to detail info

###### /api/v1/contents/
- список контента всех страниц, каждый елемент которого содержит url на API c детальной информацией
- список контента всех страниц, каждый элемент которого содержит url на API c детальной информацией
- list of contents, each element contains API - url to detail info

0 comments on commit 69ba4c0

Please sign in to comment.