Skip to content
Snippets Groups Projects

Tags

Closed vincent.steinman requested to merge tags into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -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}}'
}
}
Loading