Skip to content

Commit

Permalink
Update server.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
paulasuarezp authored Apr 30, 2023
1 parent b051ac7 commit 243deb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion restapi/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ app.use(bp.json());
app.use("/api", api)

app.use(cors({
origin: ['https://lomapes2c.eastus.cloudapp.azure.com/' , 'http://localhost:3000', 'https://20.169.248.119:3000'],
origin: ['http://localhost:3000', 'http://20.169.248.119:3000'],
credentials:true
}));

Expand Down

0 comments on commit 243deb1

Please sign in to comment.