Skip to content

Commit

Permalink
Merge pull request #47 from DataScience-GT/dev
Browse files Browse the repository at this point in the history
tweak
  • Loading branch information
vicente6j authored Oct 11, 2023
2 parents 7cb4611 + 84e4930 commit 71d3089
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ app.use(express.json({ limit: "50mb" }));
const allowedOrigins = [
"http://localhost:3000",
"http://localhost:3001",
"http://localhost:3002"
"http://localhost:3002",
"https://datasciencegt.org"
]

const corsOptions = {
Expand Down

0 comments on commit 71d3089

Please sign in to comment.