You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
1.0 KiB
YAML
34 lines
1.0 KiB
YAML
KekRozsakFrontBundle_homepage:
|
|
pattern: /
|
|
defaults:
|
|
_controller: KekRozsakFrontBundle:Default:homepage
|
|
|
|
KekRozsakFrontBundle_article:
|
|
pattern: /cikk/{articleSlug}
|
|
defaults:
|
|
_controller: KekRozsakFrontBundle:Default:article
|
|
|
|
KekRozsakFrontBundle_forum_main:
|
|
pattern: /forum
|
|
defaults:
|
|
_controller: KekRozsakFrontBundle:Forum:main
|
|
|
|
KekRozsakFrontBundle_forum_topic_list:
|
|
pattern: /forum/{topicGroupSlug}
|
|
defaults:
|
|
_controller: KekRozsakFrontBundle:Forum:topicList
|
|
|
|
KekRozsakFrontBundle_forum_post_list:
|
|
pattern: /forum/{topicGroupSlug}/{topicSlug}
|
|
defaults:
|
|
_controller: KekRozsakFrontBundle:Forum:postList
|
|
requirements:
|
|
_method: GET
|
|
|
|
KekRozsakFrontBundle_forum_new_post:
|
|
pattern: /forum/{topicGroupSlug}/{topicSlug}/post
|
|
defaults:
|
|
_controller: KekRozsakFrontBundle:Forum:postList
|
|
requirements:
|
|
_method: POST
|