We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e634609 commit de6fe85Copy full SHA for de6fe85
1 file changed
frontend/src/scripts/api.ts
@@ -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";
+let baseApiUrl = "comp313-402-team3-w25-production.up.railway.app";
+// let baseApiUrl = "https://ts-backend.up.railway.app";
3
4
if (process.env.NODE_ENV === "development") {
5
baseApiUrl = "http://localhost:3000";
0 commit comments