mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-24 16:17:57 -05:00
6 lines
159 B
CoffeeScript
6 lines
159 B
CoffeeScript
c = require 'schemas/schemas'
|
|
|
|
module.exports =
|
|
# app/core/errors
|
|
'errors:server-error': c.object {required: ['response']},
|
|
response: {type: 'object'}
|