Created
February 3, 2015 10:12
-
-
Save kisenka/054e253b6fccca9d58c3 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
index: | |
path: / | |
title: Транспортная компания ВСТ | |
defaults: | |
_controller: IndexController:indexAction | |
api: | |
path: /api/ | |
title: API — Разработчикам | |
defaults: | |
_controller: APIController:indexAction | |
api_tracking: | |
path: /api/tracking/ | |
title: API Tracking | |
defaults: | |
_controller: APIController:trackingAction | |
tariffs: | |
path: /tariffs/ | |
title: Тарифы и услуги | |
defaults: | |
_controller: TariffsController:indexAction | |
tariff: | |
path: /tariffs/{id}/ | |
title: Информация по тарифу | |
defaults: | |
_controller: TariffsController:tariffAction | |
calculator: | |
path: /calc/ | |
title: Расчёт стоимости перевозки | |
defaults: | |
_controller: TariffsController:calculatorAction | |
contacts: | |
path: /contacts/ | |
title: Контактная информация | |
defaults: | |
_controller: SinglePagesController:contactsAction | |
news: | |
path: /news/ | |
title: Новости | |
defaults: | |
_controller: NewsController:indexAction | |
news_item: | |
path: /news/{id}/ | |
title: Новость | |
defaults: | |
_controller: NewsController:newsItemAction | |
docs: | |
path: /docs/ | |
title: Документы | |
defaults: | |
_controller: SinglePagesController:docsAction | |
help: | |
path: /help/ | |
title: Помощь | |
defaults: | |
_controller: SinglePagesController:helpAction | |
privacy: | |
path: /privacy/ | |
title: Конфиденциальность | |
defaults: | |
_controller: SinglePagesController:privacyAction | |
terms_of_use: | |
path: /terms-of-use/ | |
title: Условия использования | |
defaults: | |
_controller: SinglePagesController:termsAction | |
# Груз | |
cargo_status: | |
path: /tracking/ | |
title: Проверить статус груза | |
defaults: | |
_controller: SinglePagesController:trackingAction |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment