From 90b650875f3adbc2ebec8f5da2687f363c8288ef Mon Sep 17 00:00:00 2001 From: Bartek Banachewicz Date: Wed, 18 Dec 2024 14:44:15 +0100 Subject: [PATCH] Update url yet again --- src/filebrowser.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/filebrowser.ts b/src/filebrowser.ts index 020855f..382cfb5 100644 --- a/src/filebrowser.ts +++ b/src/filebrowser.ts @@ -1,4 +1,4 @@ -const FILEBROWSER_URL_ROOT = 'https://filebrowser.banachewicz.pl/'; +const FILEBROWSER_URL_ROOT = 'https://filebrowser.nova.banachewicz.pl/'; // Function to get the access token from the FileBrowser server export async function getToken(): Promise {