Skip to content

Commit

Permalink
Update app.js
Browse files Browse the repository at this point in the history
  • Loading branch information
dgbkn authored Jun 21, 2022
1 parent fa3ffc1 commit 5175c6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import express from 'express'
import nodeCleanup from 'node-cleanup'
import routes from './routes.js'
import { init, cleanup } from './whatsapp.js'
var cors = require("cors")
import cors from 'cors'

const app = express()
app.use(cors())
Expand Down

0 comments on commit 5175c6b

Please sign in to comment.