Skip to content

Commit

Permalink
added job required attrs to config
Browse files Browse the repository at this point in the history
  • Loading branch information
Alino committed Jul 25, 2018
1 parent 532038f commit b0ec15f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config/swagger.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,10 @@ module.exports.swagger = {
host: 'localhost:1337',
ui: {
url: 'http://localhost:1337/docs'
},
definitions: {
job: {
required: ['name']
}
}
};

0 comments on commit b0ec15f

Please sign in to comment.