Skip to content

Commit

Permalink
Update constants.ts
Browse files Browse the repository at this point in the history
Signed-off-by: 𝖓𝖆𝖓𝖔11𝖇𝖗𝖆𝖛𝖔 <[email protected]>
  • Loading branch information
nano11bravo authored Aug 26, 2024
1 parent dd65bf3 commit 5a7909b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Frontend/src/lib/scripts/constants.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export const BASE_PATH = "https://api.seven-labs.com"
export const INVITE_URL = import.meta.env.VITE_INVITE_URL || "https://discord.com/oauth2/authorize?client_id=1169407336721424564&permissions=8&scope=applications.commands%20bot"
export const INVITE_URL = "https://discord.com/oauth2/authorize?client_id=1169407336721424564&permissions=8&scope=applications.commands%20bot"

export function get(path: string) {

Expand Down

0 comments on commit 5a7909b

Please sign in to comment.