mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-23 23:58:02 -05:00
🐛Fix clan schema require case typo
This commit is contained in:
parent
a77e9cafe9
commit
cc4620bf6d
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ UserHandler = require '../users/user_handler'
|
|||
|
||||
ClanHandler = class ClanHandler extends Handler
|
||||
modelClass: Clan
|
||||
jsonSchema: require '../../app/schemas/models/Clan.schema'
|
||||
jsonSchema: require '../../app/schemas/models/clan.schema'
|
||||
allowedMethods: ['GET', 'POST', 'PUT', 'PATCH', 'DELETE']
|
||||
|
||||
hasAccess: (req) ->
|
||||
|
|
Loading…
Reference in a new issue