caisse-bliss/app/config/routing.yml
2018-04-25 14:47:31 +02:00

59 lines
1.4 KiB
YAML
Executable File
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

hwi_oauth_login:
resource: "@HWIOAuthBundle/Resources/config/routing/login.xml"
prefix: /login
hwi_oauth_redirect:
resource: "@HWIOAuthBundle/Resources/config/routing/redirect.xml"
prefix: /connect
hwi_oauth_connect:
resource: "@HWIOAuthBundle/Resources/config/routing/connect.xml"
prefix: /connect
#facebook_login:
# path: /login/check-facebook
google_login:
path: /login/check-google
disqus_login:
path: /login/check-disqus
twitter_login:
path: /login/check-twitter
## app specific stuff
app_festival:
resource: "@AppBundle/Controller/FestivalController.php"
type: annotation
# legal info pages
app_legal:
resource: "@AppBundle/Controller/LegalController.php"
type: annotation
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
app:
resource: '@AppBundle/Controller/'
type: annotation
fos_user:
resource: "@FOSUserBundle/Resources/config/routing/all.xml"
get_my_products:
path: /get-my-products
defaults: { _controller: AppBundle:Default:getMyProducts }
add_selling:
path: /add-selling
defaults: { _controller: AppBundle:Default:addSelling }