Skip to content

Commit 2b38054

Browse files
committed
test3
1 parent 77adea5 commit 2b38054

File tree

1 file changed

+1
-1
lines changed
  • src/frontend/apps/impress/src/features/auth

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { baseApiUrl } from '@/api';
22

3-
export const HOME_URL = '/home';
3+
export const HOME_URL = '/home/';
44
export const LOGIN_URL = `${baseApiUrl()}authenticate/`;
55
export const LOGOUT_URL = `${baseApiUrl()}logout/`;
66
export const PATH_AUTH_LOCAL_STORAGE = 'docs-path-auth';

0 commit comments

Comments
 (0)