Skip to content
Snippets Groups Projects
Commit b04aa672 authored by michael.minelli's avatar michael.minelli
Browse files

ApiRoutes => Add exercice enonce endpoint

parent 8fe8e941
No related branches found
No related tags found
No related merge requests found
...@@ -7,6 +7,7 @@ enum ApiRoutes { ...@@ -7,6 +7,7 @@ enum ApiRoutes {
ENONCE_PUBLISH = '/enonces/{{nameOrUrl}}/publish', ENONCE_PUBLISH = '/enonces/{{nameOrUrl}}/publish',
ENONCE_UNPUBLISH = '/enonces/{{nameOrUrl}}/unpublish', ENONCE_UNPUBLISH = '/enonces/{{nameOrUrl}}/unpublish',
EXERCICE_CREATE = '/enonces/{{nameOrUrl}}/exercices', EXERCICE_CREATE = '/enonces/{{nameOrUrl}}/exercices',
EXERCICE_ENONCE = '/exercices/{{id}}/enonce'
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment