feat(swagger): added in the start of swagger where all the common and useable endpoints will be

This commit is contained in:
2025-11-25 17:02:20 -06:00
parent bdb4bfc53d
commit 2607fd3026
8 changed files with 238 additions and 20 deletions

View File

@@ -1,11 +0,0 @@
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"],
};