mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-22 05:38:46 +00:00
swagger GET /challenges fix
This commit is contained in:
parent
2be97a79d2
commit
2a75849b65
1 changed files with 1 additions and 0 deletions
|
|
@ -533,6 +533,7 @@ module.exports = (swagger, v2) ->
|
|||
|
||||
"/challenges/{cid}:GET":
|
||||
spec:
|
||||
path: '/challenges/{cid}'
|
||||
description: 'Get a challenge'
|
||||
params: [path('cid','Challenge id','string')]
|
||||
action: challenges.get
|
||||
|
|
|
|||
Loading…
Reference in a new issue