websocket
This commit is contained in:
@ -62,6 +62,11 @@ app_theme_select:
|
||||
path: /admin/theme/select/{name}
|
||||
defaults: { _controller: App\Controller\ThemeController:select, name: "" }
|
||||
|
||||
#== Wss ==================================================================================================================
|
||||
app_wss_sample:
|
||||
path: /user/wss/sampble
|
||||
defaults: { _controller: App\Controller\WebsocketController:sample }
|
||||
|
||||
#== Sonde ================================================================================================================
|
||||
app_sonde:
|
||||
path: /sonde
|
||||
@ -134,10 +139,6 @@ app_user_profil:
|
||||
path: /user/profil
|
||||
defaults: { _controller: App\Controller\UserController:profil }
|
||||
|
||||
app_user_survey:
|
||||
path: /user/surveys
|
||||
defaults: { _controller: App\Controller\UserController:survey }
|
||||
|
||||
#== Group ========================================================================================================
|
||||
app_group:
|
||||
path: /admin/group
|
||||
@ -164,6 +165,10 @@ app_group_info:
|
||||
defaults: { _controller: App\Controller\GroupController:info }
|
||||
|
||||
#== Survey ========================================================================================================
|
||||
app_survey:
|
||||
path: /user/survey
|
||||
defaults: { _controller: App\Controller\SurveyController:list }
|
||||
|
||||
app_survey_submit:
|
||||
path: /user/survey/submit
|
||||
defaults: { _controller: App\Controller\SurveyController:submit }
|
||||
|
Reference in New Issue
Block a user