Skip to content

Instantly share code, notes, and snippets.

@kisenka
Created February 3, 2015 10:12
Show Gist options
  • Save kisenka/054e253b6fccca9d58c3 to your computer and use it in GitHub Desktop.
Save kisenka/054e253b6fccca9d58c3 to your computer and use it in GitHub Desktop.
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