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 c80274e commit 16a66ddCopy full SHA for 16a66dd
Frontend/src/lib/scripts/constants.ts
@@ -1,5 +1,5 @@
1
-export const BASE_PATH = import.meta.env.VITE_API_URL || "https://api.ree6.de"
2
-export const INVITE_URL = import.meta.env.VITE_INVITE_URL || "https://invite.ree6.de"
+export const BASE_PATH = import.meta.env.VITE_API_URL || "https://api.ree6.de" // <- Edit this string to your own API
+export const INVITE_URL = import.meta.env.VITE_INVITE_URL || "https://invite.ree6.de" // <- Edit this string to your Invite link
3
4
export function get(path: string) {
5
0 commit comments