Add comment and edit variable name

This commit is contained in:
2023-10-29 13:26:34 +07:00
parent 4f24d9c6e2
commit 190319d7d3
3 changed files with 7 additions and 5 deletions
+1 -1
View File
@@ -2,4 +2,4 @@ export const DASHBOARD: string = '/dashboard';
export const USER: string = '/user';
export const ROOM: string = '/room';
export const OTHER_PATH: string = '*';
export const BASE_URL: string = 'https://hotel-management-api.loiphan.com/';
export const BASE_URL: string = 'http://localhost:3000/';