Skip to content

Commit

Permalink
change server to app
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian-Webster committed Sep 24, 2024
1 parent c8608e0 commit 66030fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.js
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ if (process.env.NO_HTTPS) {
});
}

server.use(cors({
app.use(cors({
origin: '*'
}))

Expand Down

0 comments on commit 66030fe

Please sign in to comment.