Skip to content

Commit

Permalink
fix: protected api routes for ses
Browse files Browse the repository at this point in the history
  • Loading branch information
BharathSanjeeviT committed Feb 27, 2024
1 parent 1cec737 commit a8caab4
Show file tree
Hide file tree
Showing 11 changed files with 480 additions and 352 deletions.
2 changes: 1 addition & 1 deletion config/port.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import dotenv from "dotenv";
dotenv.config();

export const PORT = process.env.PORT || 6969;
export const PORT = 6970;
Loading

0 comments on commit a8caab4

Please sign in to comment.