We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77adea5 commit 2b38054Copy full SHA for 2b38054
src/frontend/apps/impress/src/features/auth/conf.ts
@@ -1,6 +1,6 @@
1
import { baseApiUrl } from '@/api';
2
3
-export const HOME_URL = '/home';
+export const HOME_URL = '/home/';
4
export const LOGIN_URL = `${baseApiUrl()}authenticate/`;
5
export const LOGOUT_URL = `${baseApiUrl()}logout/`;
6
export const PATH_AUTH_LOCAL_STORAGE = 'docs-path-auth';
0 commit comments