mirror of
https://github.com/unraid/api.git
synced 2026-05-03 13:40:36 -05:00
feat: url helpers
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
/**
|
||||
* @todo setup .env
|
||||
*/
|
||||
const ACCOUNT = 'https://account.unraid.net';
|
||||
const CONNECT_DOCS = 'https://docs.unraid.net/category/unraid-connect';
|
||||
const CONNECT_DASHBOARD = 'https://connect.myunraid.net';
|
||||
const PURCHASE = 'https://unraid.net/preflight';
|
||||
const PLUGIN_SETTINGS = '/Settings/ManagementAccess#UnraidNetSettings';
|
||||
|
||||
export {
|
||||
ACCOUNT,
|
||||
CONNECT_DASHBOARD,
|
||||
CONNECT_DOCS,
|
||||
PURCHASE,
|
||||
PLUGIN_SETTINGS,
|
||||
};
|
||||
Reference in New Issue
Block a user