caisse-bliss/app/config/routing.yml

67 lines
1.7 KiB
YAML
Raw Normal View History

2019-06-12 15:24:13 +02:00
app_serie_festival:
2019-07-01 22:03:36 +02:00
resource: "@AppBundle/Controller/SerieFestivalController.php"
type: annotation
2019-06-12 15:24:13 +02:00
2018-04-25 14:47:31 +02:00
2018-05-08 11:27:06 +02:00
fos_user_profile:
2019-07-04 14:07:49 +02:00
resource: "@FOSUserBundle/Resources/config/routing/profile.xml"
prefix: /profile
2018-04-04 16:25:25 +02:00
2018-05-08 11:27:06 +02:00
fos_user_register:
2019-07-04 14:07:49 +02:00
resource: "@FOSUserBundle/Resources/config/routing/registration.xml"
prefix: /register
2018-04-04 16:25:25 +02:00
2018-05-08 11:27:06 +02:00
fos_user_resetting:
2019-07-04 14:07:49 +02:00
resource: "@FOSUserBundle/Resources/config/routing/resetting.xml"
prefix: /resetting
2018-04-25 14:26:09 +02:00
2018-05-08 11:27:06 +02:00
fos_user_change_password:
2019-07-04 14:07:49 +02:00
resource: "@FOSUserBundle/Resources/config/routing/change_password.xml"
prefix: /profile
2018-05-04 17:04:13 +02:00
app:
2019-07-04 14:07:49 +02:00
resource: '@AppBundle/Controller/'
type: annotation
2018-04-25 12:33:58 +02:00
## app specific stuff
app_festival:
2019-07-04 14:07:49 +02:00
resource: "@AppBundle/Controller/FestivalController.php"
type: annotation
2018-04-25 14:08:41 +02:00
# legal info pages
app_legal:
2019-07-04 14:07:49 +02:00
resource: "@AppBundle/Controller/LegalController.php"
type: annotation
2018-04-25 12:33:58 +02:00
app_product_category:
2019-07-04 14:07:49 +02:00
resource: "@AppBundle/Controller/ProductCategoryController.php"
type: annotation
2018-04-25 12:33:58 +02:00
app_product:
2019-07-04 14:07:49 +02:00
resource: "@AppBundle/Controller/ProductController.php"
type: annotation
2018-04-25 12:33:58 +02:00
app_sell_record:
2019-07-04 14:07:49 +02:00
resource: "@AppBundle/Controller/SellRecordController.php"
type: annotation
2018-05-04 17:04:13 +02:00
2018-04-05 14:21:32 +02:00
2019-07-04 14:07:49 +02:00
# async calls
2018-04-05 14:21:32 +02:00
get_my_products:
2019-07-04 14:07:49 +02:00
path: /logged/get-my-products
defaults: { _controller: AppBundle:Default:getMyProducts }
2018-08-23 18:12:32 +02:00
get_my_expenses:
2019-07-04 14:07:49 +02:00
path: /logged/get-my-expenses
defaults: { _controller: AppBundle:Default:getMyExpenses }
2018-08-23 18:12:32 +02:00
save_my_expenses:
2019-07-04 14:07:49 +02:00
path: /logged/save-my-expenses
defaults: { _controller: AppBundle:Default:saveMyExpenses }
2018-04-05 14:21:32 +02:00
add_selling:
2019-07-04 14:07:49 +02:00
path: /logged/add-selling
defaults: { _controller: AppBundle:Default:addSelling }
2018-05-08 11:27:06 +02:00
fos_user:
2019-07-04 14:07:49 +02:00
resource: "@FOSUserBundle/Resources/config/routing/all.xml"
2018-05-14 13:15:45 +02:00
# emails
tktest_mail:
2019-07-04 14:07:49 +02:00
path: /admin/test-email
defaults: { _controller: AppBundle:Default:email }