1
0
mirror of https://gitlab.com/comunic/comunicapiv2 synced 2024-11-21 21:09:22 +00:00

Fix bad routes

This commit is contained in:
Pierre HUBERT 2020-05-18 13:17:44 +02:00
parent 3798c709f5
commit d38da1117f

View File

@ -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