We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec13f3c commit 436e78bCopy full SHA for 436e78b
actions/constant.ts
@@ -1,6 +1,6 @@
1
2
3
-//export const BASE_URL = "https://api.tihlde.org";
+export const BASE_URL = "https://api.tihlde.org";
4
5
// dev api:
6
-export const BASE_URL = "https://api-dev.tihlde.org";
+//export const BASE_URL = "https://api-dev.tihlde.org";
0 commit comments