Skip to content

Commit 16a66dd

Browse files
authored
Update constants.ts
Signed-off-by: Presti <dxssucuk@hotmail.com>
1 parent c80274e commit 16a66dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Frontend/src/lib/scripts/constants.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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"
1+
export const BASE_PATH = import.meta.env.VITE_API_URL || "https://api.ree6.de" // <- Edit this string to your own API
2+
export const INVITE_URL = import.meta.env.VITE_INVITE_URL || "https://invite.ree6.de" // <- Edit this string to your Invite link
33

44
export function get(path: string) {
55

0 commit comments

Comments
 (0)