feat(added in swagger): added the base for swagger to implement fully later
This commit is contained in:
11
app/src/pkg/apiDocs/swaggerOptions.ts
Normal file
11
app/src/pkg/apiDocs/swaggerOptions.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
export const swaggerOptions = {
|
||||
definition: {
|
||||
openapi: "3.0.0",
|
||||
info: {
|
||||
title: "Logistics Support Tool",
|
||||
version: "1.0.0",
|
||||
},
|
||||
},
|
||||
// globs where swagger-jsdoc should look for annotations:
|
||||
apis: ["../../src/**/*.ts"],
|
||||
};
|
||||
Reference in New Issue
Block a user