mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-03-13 22:49:51 -04:00
Removed superfluous comment
This commit is contained in:
parent
b48417e8e0
commit
858b24a73d
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ module.exports.setup = (app) ->
|
|||
else if isHTTPMethodPut req
|
||||
handler.processTaskResult req, res
|
||||
else if isHTTPMethodPost req
|
||||
handler.createNewTask req, res #TODO: do not use this in production
|
||||
handler.createNewTask req, res
|
||||
else
|
||||
sendMethodNotSupportedError req, res
|
||||
catch error
|
||||
|
|
Loading…
Reference in a new issue