1
0
mirror of https://github.com/sasjs/server.git synced 2025-12-10 19:34:34 +00:00

chore: lint fix + yaml + .env.example moved

This commit is contained in:
Saad Jutt
2021-11-09 18:53:23 +05:00
parent 61738f6a0d
commit 9a86419d7a
4 changed files with 783 additions and 4 deletions

38
api/tsoa.json Normal file
View File

@@ -0,0 +1,38 @@
{
"entryFile": "src/app.ts",
"noImplicitAdditionalProperties": "throw-on-extras",
"spec": {
"outputDirectory": "public",
"securityDefinitions": {
"bearerAuth": {
"type": "http",
"scheme": "bearer",
"bearerFormat": "JWT"
}
},
"tags": [
{
"name": "User",
"description": "Operations about users"
},
{
"name": "Client",
"description": "Operations about clients"
},
{
"name": "Auth",
"description": "Operations about auth"
},
{
"name": "Drive",
"description": "Operations about drive"
},
{
"name": "Group",
"description": "Operations about group"
}
],
"yaml": true,
"specVersion": 3
}
}