Skip to content

Commit

Permalink
update register
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoman-zhang committed Aug 16, 2024
1 parent ff79571 commit a189474
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ const allowedOrigins = [
'https://rajpurkarlab.github.io/ReXrank/' // 如果你在本地开发也需要的话
];

const cors = require('cors');

app.use(cors({
origin: 'https://rexrank.azurewebsites.net',
Expand Down

0 comments on commit a189474

Please sign in to comment.