mirror of
https://gitlab.com/comunic/comunicapiv2
synced 2025-06-20 08:35:17 +00:00
Fix bad routes
This commit is contained in:
@ -280,9 +280,9 @@ export const Routes : Route[] = [
|
|||||||
|
|
||||||
{path: "/surveys/cancel_response", cb: (h) => SurveyController.CancelResponse(h)},
|
{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
|
// Notifications controller
|
||||||
|
Reference in New Issue
Block a user