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

ApiRoutes => Add Exercice results route

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