Skip to content

Commit

Permalink
fix: body-parser import
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarogfn committed Apr 25, 2024
1 parent fc48518 commit 36a8880
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/middlewares.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import type { Express } from 'express';
import { cors } from '@/middlewares/cors/cors';
import { bodyParser } from '@/middlewares/body-parser';
import { bodyParser } from '@/middlewares/body-parser/body-parser';

export default function setupMiddlewares(app: Express): void {
app.use(bodyParser);
Expand Down

0 comments on commit 36a8880

Please sign in to comment.