Skip to content
Snippets Groups Projects
Commit e2c4a917 authored by vincent.steinman's avatar vincent.steinman
Browse files

fixed answer to submission but removed URL param

parent e6877047
No related branches found
No related tags found
1 merge request!2Tags
This commit is part of merge request !2. Comments created here will be created in the context of that merge request.
...@@ -15,7 +15,7 @@ enum ApiRoute { ...@@ -15,7 +15,7 @@ enum ApiRoute {
ADD_TAG = '/tags', ADD_TAG = '/tags',
DELETE_TAG = '/tags/{{tageName}}', DELETE_TAG = '/tags/{{tageName}}',
PROPOSE_TAG = '/tags/proposals/{{tagState}}', PROPOSE_TAG = '/tags/proposals/{{tagState}}',
ANSWER_TAG_PROPOSAL = '/tags/proposals/{{tagProposalName}}' //ANSWER_TAG_PROPOSAL = '/tags/proposals/{{tagProposalName}}'
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment