diff options
| -rw-r--r-- | apps/portal/src/app/pages/profile/index.svelte | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/portal/src/app/pages/profile/index.svelte b/apps/portal/src/app/pages/profile/index.svelte index 00942ac..a7291d6 100644 --- a/apps/portal/src/app/pages/profile/index.svelte +++ b/apps/portal/src/app/pages/profile/index.svelte @@ -9,7 +9,7 @@ import {api_base} from "$shared/lib/configuration"; import {get_session_data} from "$shared/lib/session"; - const archiveLink = api_base("_/api/account/archive"); + const archiveLink = api_base("_/account/archive"); let modal; let understands = false; |
