From dc9ffa67013e356672431ca7d1a8d360c9da6612 Mon Sep 17 00:00:00 2001 From: Loi Phan <123229563+Nez27@users.noreply.github.com> Date: Sun, 29 Oct 2023 21:38:53 +0700 Subject: [PATCH] Update path api --- hotel-management/src/constants/path.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hotel-management/src/constants/path.ts b/hotel-management/src/constants/path.ts index 62c5bd6..d4bd6b1 100644 --- a/hotel-management/src/constants/path.ts +++ b/hotel-management/src/constants/path.ts @@ -2,5 +2,5 @@ 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 = 'http://localhost:3000/'; +export const BASE_URL: string = 'https://hotel-management-api.loiphan.com/'; export const USER_PATH = 'users';