Files
Taekwondo-Admin/tsoa.json
T
2025-12-07 12:51:57 +01:00

36 lines
1.0 KiB
JSON

{
"entryFile": "packages/api/src/index.ts",
"noImplicitAdditionalProperties": "throw-on-extras",
"controllerPathGlobs": ["packages/api/src/controllers/**/*.ts"],
"routes": {
"routesDir": "packages/api/src/generated",
"middleware": "express",
"authenticationModule": "packages/api/src/middleware/authentication.ts",
"middlewareTemplate": "routes.hbs"
},
"spec": {
"outputDirectory": "packages/frontend/src/app/generated-api",
"specVersion": 3,
"securityDefinitions": {
"bearerAuth": {
"type": "http",
"scheme": "Bearer",
"description": "JWT token",
"bearerFormat": "JWT"
}
},
"basePath": "",
"servers": ["localhost:3000", "tkd-api.toni714.de"],
"info": {
"title": "Tcc Member API",
"description": "API for the TCC Member Database",
"version": "1.0.0",
"contact": {
"name": "TCC",
"url": "https://taekwondo-chemnitz-toni714.de/kontakt",
"email": "toniwalter.blue@gmail.com"
}
}
}
}