[WIP][Swagger]Add swagger definition
- /auth/session/userkey - User entity
This commit is contained in:
parent
972f0e7f41
commit
4dd5a443e5
4 changed files with 116 additions and 1 deletions
|
|
@ -6,7 +6,9 @@ const yaml = require('js-yaml');
|
|||
|
||||
const apiRoot = './src/api/endpoints';
|
||||
const files = [
|
||||
'auth/session/generate.js'
|
||||
'users.js',
|
||||
'auth/session/generate.js',
|
||||
'auth/session/userkey.js',
|
||||
];
|
||||
|
||||
const errorDefinition = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue