mirror of
https://gitlab.com/comunic/comunicapiv2
synced 2024-11-21 21:09:22 +00:00
Fix bad routes
This commit is contained in:
parent
3798c709f5
commit
d38da1117f
@ -280,9 +280,9 @@ export const Routes : Route[] = [
|
||||
|
||||
{path: "/surveys/cancel_response", cb: (h) => SurveyController.CancelResponse(h)},
|
||||
|
||||
{path: "/survey/create_new_choice", cb: (h) => SurveyController.CreateNewChoice(h)},
|
||||
{path: "/surveys/create_new_choice", cb: (h) => SurveyController.CreateNewChoice(h)},
|
||||
|
||||
{path: "/survey/block_new_choices_creation", cb: (h) => SurveyController.BlockNewChoicesCreation(h)},
|
||||
{path: "/surveys/block_new_choices_creation", cb: (h) => SurveyController.BlockNewChoicesCreation(h)},
|
||||
|
||||
|
||||
// Notifications controller
|
||||
|
Loading…
Reference in New Issue
Block a user