Spaces:
Runtime error
Runtime error
Bansari Akhani
commited on
Commit
·
e6d05c3
1
Parent(s):
5fb0964
fix import dependancy
Browse files- src/utils/swagger.ts +1 -1
src/utils/swagger.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
import swaggerJSDoc, { Options } from "swagger-jsdoc";
|
| 2 |
|
| 3 |
-
import { APP_CONFIG } from "config/app.config";
|
| 4 |
|
| 5 |
const swaggerOptions: Options = {
|
| 6 |
swaggerDefinition: {
|
|
|
|
| 1 |
import swaggerJSDoc, { Options } from "swagger-jsdoc";
|
| 2 |
|
| 3 |
+
import { APP_CONFIG } from "../config/app.config";
|
| 4 |
|
| 5 |
const swaggerOptions: Options = {
|
| 6 |
swaggerDefinition: {
|