Skip to content

Commit

Permalink
backend: added swagger config under config directory
Browse files Browse the repository at this point in the history
  • Loading branch information
CSantosM committed Oct 15, 2024
1 parent 3c19460 commit 64edf99
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion backend/src/routes/embedded.routes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*/

import { Router } from 'express';
import { swaggerUi, swaggerDocs } from '../swagger.js';
import { swaggerUi, swaggerDocs } from '../config/swagger.js';
import { generateToken } from '../controllers/token.controller.js';

const embeddedRouter = Router();
Expand Down

0 comments on commit 64edf99

Please sign in to comment.