Skip to content

Commit de6fe85

Browse files
committed
Updating API
1 parent e634609 commit de6fe85

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

frontend/src/scripts/api.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// let baseApiUrl = "https://comp313-402-team3-w25-production.up.railway.app";
2-
let baseApiUrl = "https://ts-backend.up.railway.app";
1+
let baseApiUrl = "comp313-402-team3-w25-production.up.railway.app";
2+
// let baseApiUrl = "https://ts-backend.up.railway.app";
33

44
if (process.env.NODE_ENV === "development") {
55
baseApiUrl = "http://localhost:3000";

0 commit comments

Comments
 (0)