mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-23 23:58:02 -05:00
6 lines
158 B
CoffeeScript
6 lines
158 B
CoffeeScript
c = require 'schemas/schemas'
|
|
|
|
module.exports =
|
|
# app/lib/errors
|
|
'errors:server-error': c.object {required: ['response']},
|
|
response: {type: 'object'}
|