swagger GET /challenges fix

This commit is contained in:
Tyler Renelle 2014-01-02 16:58:48 -07:00
parent 2be97a79d2
commit 2a75849b65

View file

@ -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