Skip to content

Commit

Permalink
Update app.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Divya4242 authored Mar 29, 2024
1 parent 1d1b66e commit 2cf0194
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const app = express();
const path = require('path');
var cors = require('cors')
app.use(cors({
origin: [ 'https://tag.devopswithdivya.me/' , '*' ]
origin: [ '*' , 'https://tag.devopswithdivya.me' ]
}))

app.use(express.json());
Expand Down

0 comments on commit 2cf0194

Please sign in to comment.