Skip to content

Commit

Permalink
Wrong file
Browse files Browse the repository at this point in the history
  • Loading branch information
midudev committed Oct 9, 2023
1 parent 0872e50 commit b8628ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clase-4/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { corsMiddleware } from './middlewares/cors.js'

const app = express()
app.use(json())
app.use(corsMiddleware())
app.use(corsMiddlewre())
app.disable('x-powered-by')

app.use('/movies', moviesRouter)
Expand Down

0 comments on commit b8628ce

Please sign in to comment.