merge rahat
This commit is contained in:
@@ -5,6 +5,7 @@ import { accountSwaggerDocs } from "./app/modules/account/account.swagger";
|
||||
import { orderSwaggerDocs } from "./app/modules/order/order.swagger";
|
||||
import { planSwaggerDocs } from "./app/modules/plan/plan.swagger";
|
||||
import { profileSwaggerDocs } from "./app/modules/profile/profile.swagger";
|
||||
import { supportSwaggerDocs } from "./app/modules/support/support.swagger";
|
||||
|
||||
const __filename = fileURLToPath(import.meta.url);
|
||||
const __dirname = path.dirname(__filename);
|
||||
@@ -19,9 +20,10 @@ export const swaggerOptions = {
|
||||
},
|
||||
paths: {
|
||||
...accountSwaggerDocs,
|
||||
...profileSwaggerDocs,
|
||||
...planSwaggerDocs,
|
||||
...orderSwaggerDocs,
|
||||
...profileSwaggerDocs,
|
||||
...supportSwaggerDocs,
|
||||
},
|
||||
servers:
|
||||
configs.env === "production"
|
||||
|
||||
Reference in New Issue
Block a user