mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-14 16:02:14 +00:00
apiv2 fix user tags routes
This commit is contained in:
parent
eda45d9240
commit
630eab9ce5
1 changed files with 2 additions and 2 deletions
|
|
@ -325,7 +325,7 @@ module.exports = (swagger, v2) ->
|
|||
|
||||
"/user/tags/{id}:PUT":
|
||||
spec:
|
||||
path: 'user/tags/{id}'
|
||||
path: '/user/tags/{id}'
|
||||
method: 'PUT'
|
||||
description: "Edit a tag"
|
||||
parameters: [
|
||||
|
|
@ -336,7 +336,7 @@ module.exports = (swagger, v2) ->
|
|||
|
||||
"/user/tags/{id}:DELETE":
|
||||
spec:
|
||||
path: 'user/tags/{id}'
|
||||
path: '/user/tags/{id}'
|
||||
method: 'DELETE'
|
||||
description: 'Delete a tag'
|
||||
parameters: [
|
||||
|
|
|
|||
Loading…
Reference in a new issue