mirror of
https://github.com/unraid/api.git
synced 2026-05-07 07:29:45 -05:00
fix(web): discord url
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@ const CONNECT_DOCS = new URL('category/unraid-connect', DOCS);
|
||||
const CONNECT_DASHBOARD = new URL(import.meta.env.VITE_CONNECT ?? 'https://connect.myunraid.net');
|
||||
const CONNECT_FORUMS = new URL('/forum/94-connect-plugin-support/', FORUMS);
|
||||
const CONTACT = new URL('/contact', UNRAID_NET);
|
||||
const DISCORD = new URL('https://discord.gg/unraid');
|
||||
const DISCORD = new URL('https://discord.unraid.net');
|
||||
const PURCHASE_CALLBACK = new URL('/c', UNRAID_NET);
|
||||
|
||||
const WEBGUI = new URL(import.meta.env.VITE_WEBGUI ?? window.location.origin);
|
||||
|
||||
Reference in New Issue
Block a user