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
Branches
Tags
1 merge request!2Tags
...@@ -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