We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e52180 commit d727d42Copy full SHA for d727d42
webapp/src/config.ts
@@ -1,2 +1,2 @@
1
// src/config.ts
2
-export const API_URL = import.meta.env.VITE_API_URL || "http://localhost:8000";
+export const API_URL = 'http://20.188.62.231:8000' || "http://localhost:8000";
0 commit comments