Skip to content

Commit

Permalink
test workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
Nadim Ritter committed Aug 23, 2024
1 parent 8be6555 commit e6a5398
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions server/src/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ const distPath: string = __dirname + "/dist/";

// Get environment mode for local dev and set CORS options
LOG.info("env mode: " + ENV.NODE_ENV);
LOG.info("teeeeest");
LOG.info("pase bath: " + ENV.BASE_PATH);

if(ENV.NODE_ENV === "dev"){
app.use(cors(getCorstOptions()))
}
Expand Down

0 comments on commit e6a5398

Please sign in to comment.