Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
btwlouis committed Dec 22, 2024
1 parent c23e3c1 commit bb17be9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions backend/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ export default class Server {
origin: process.env.FRONTEND_URL,
};

console.log("frontend", process.env.FRONTEND_URL);

app.use(cors(corsOptions));
app.use(express.json());
app.use(express.urlencoded({ extended: true }));
Expand Down

0 comments on commit bb17be9

Please sign in to comment.