2018-04-25 14:47:31 +02:00
|
|
|
|
|
2018-05-08 11:27:06 +02:00
|
|
|
|
fos_user_profile:
|
|
|
|
|
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:
|
|
|
|
|
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:
|
|
|
|
|
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:
|
|
|
|
|
resource: "@FOSUserBundle/Resources/config/routing/change_password.xml"
|
|
|
|
|
prefix: /profile
|
2018-05-04 17:04:13 +02:00
|
|
|
|
app:
|
|
|
|
|
resource: '@AppBundle/Controller/'
|
|
|
|
|
type: annotation
|
2018-04-25 12:33:58 +02:00
|
|
|
|
## app specific stuff
|
|
|
|
|
app_festival:
|
|
|
|
|
resource: "@AppBundle/Controller/FestivalController.php"
|
|
|
|
|
type: annotation
|
2018-04-25 14:08:41 +02:00
|
|
|
|
# legal info pages
|
|
|
|
|
app_legal:
|
|
|
|
|
resource: "@AppBundle/Controller/LegalController.php"
|
|
|
|
|
type: annotation
|
2018-04-25 12:33:58 +02:00
|
|
|
|
|
|
|
|
|
app_product_category:
|
|
|
|
|
resource: "@AppBundle/Controller/ProductCategoryController.php"
|
|
|
|
|
type: annotation
|
|
|
|
|
|
|
|
|
|
app_product:
|
|
|
|
|
resource: "@AppBundle/Controller/ProductController.php"
|
|
|
|
|
type: annotation
|
|
|
|
|
|
|
|
|
|
app_sell_record:
|
|
|
|
|
resource: "@AppBundle/Controller/SellRecordController.php"
|
|
|
|
|
type: annotation
|
|
|
|
|
|
2018-05-04 17:04:13 +02:00
|
|
|
|
|
2018-04-05 14:21:32 +02:00
|
|
|
|
|
|
|
|
|
get_my_products:
|
|
|
|
|
path: /get-my-products
|
|
|
|
|
defaults: { _controller: AppBundle:Default:getMyProducts }
|
2018-08-23 18:12:32 +02:00
|
|
|
|
get_my_expenses:
|
|
|
|
|
path: /get-my-expenses
|
|
|
|
|
defaults: { _controller: AppBundle:Default:getMyExpenses }
|
|
|
|
|
save_my_expenses:
|
|
|
|
|
path: /save-my-expenses
|
|
|
|
|
defaults: { _controller: AppBundle:Default:saveMyExpenses }
|
2018-04-05 14:21:32 +02:00
|
|
|
|
|
|
|
|
|
add_selling:
|
|
|
|
|
path: /add-selling
|
|
|
|
|
defaults: { _controller: AppBundle:Default:addSelling }
|
2018-05-08 11:27:06 +02:00
|
|
|
|
|
|
|
|
|
fos_user:
|
|
|
|
|
resource: "@FOSUserBundle/Resources/config/routing/all.xml"
|
2018-05-14 13:15:45 +02:00
|
|
|
|
# emails
|
|
|
|
|
tktest_mail:
|
2018-05-14 13:30:00 +02:00
|
|
|
|
path: /admin/test-email
|
2018-05-14 13:15:45 +02:00
|
|
|
|
defaults: { _controller: AppBundle:Default:email }
|