2018-04-25 14:47:31 +02:00
|
|
|
|
hwi_oauth_login:
|
|
|
|
|
resource: "@HWIOAuthBundle/Resources/config/routing/login.xml"
|
|
|
|
|
prefix: /login
|
|
|
|
|
|
2018-04-04 16:25:25 +02:00
|
|
|
|
hwi_oauth_redirect:
|
|
|
|
|
resource: "@HWIOAuthBundle/Resources/config/routing/redirect.xml"
|
|
|
|
|
prefix: /connect
|
|
|
|
|
|
|
|
|
|
hwi_oauth_connect:
|
|
|
|
|
resource: "@HWIOAuthBundle/Resources/config/routing/connect.xml"
|
|
|
|
|
prefix: /connect
|
|
|
|
|
|
2018-04-25 14:47:31 +02:00
|
|
|
|
#facebook_login:
|
|
|
|
|
# path: /login/check-facebook
|
2018-04-25 14:26:09 +02:00
|
|
|
|
|
|
|
|
|
google_login:
|
|
|
|
|
path: /login/check-google
|
2018-04-04 16:25:25 +02:00
|
|
|
|
|
2018-04-25 14:26:09 +02:00
|
|
|
|
disqus_login:
|
|
|
|
|
path: /login/check-disqus
|
|
|
|
|
|
|
|
|
|
twitter_login:
|
|
|
|
|
path: /login/check-twitter
|
2018-04-04 16:25:25 +02:00
|
|
|
|
|
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-04-04 16:25:25 +02:00
|
|
|
|
app:
|
|
|
|
|
resource: '@AppBundle/Controller/'
|
|
|
|
|
type: annotation
|
|
|
|
|
fos_user:
|
|
|
|
|
resource: "@FOSUserBundle/Resources/config/routing/all.xml"
|
2018-04-05 14:21:32 +02:00
|
|
|
|
|
|
|
|
|
get_my_products:
|
|
|
|
|
path: /get-my-products
|
|
|
|
|
defaults: { _controller: AppBundle:Default:getMyProducts }
|
|
|
|
|
|
|
|
|
|
add_selling:
|
|
|
|
|
path: /add-selling
|
|
|
|
|
defaults: { _controller: AppBundle:Default:addSelling }
|