Skip to content

Commit

Permalink
Update Constant.js
Browse files Browse the repository at this point in the history
  • Loading branch information
KhaiNguyenDuc authored Jun 4, 2024
1 parent 47a084e commit ac8d219
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions front-end/src/utils/Constant.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export const HOST = 'api/v1'
export const ROOT = 'https://khainguyenduc.id.vn'
export const ROOT = 'https://nguyenduckhai.site'
export const GOOGLE_CLIENT_ID = '990887837910-pml8dp7e0lhotrolcprggedblnfki2no.apps.googleusercontent.com'
export const TXT_TYPE = 'text/plain';
export const PDF_TYPE = 'application/pdf';
Expand Down Expand Up @@ -35,4 +35,4 @@ export const UNSUPPORT_MEDIA_TYPE_MSG = "Chỉ hỗ trợ file .txt, .pdf, .docx
export const TRY_AGAIN_MSG = "Có lỗi xảy ra, có thể nội dung của không hợp lệ, vui lòng thử lại sau."
export const GENERATE_LENGTH_INVALID = "Nội dung không hợp lệ."
export const GENERATE_LENGTH_SHORT = "Nội dung không được để trống hoặc ít hơn 90 ký tự."
export const USERNAME_EXIST = "Tên đăng nhập đã tồn tại";
export const USERNAME_EXIST = "Tên đăng nhập đã tồn tại";

0 comments on commit ac8d219

Please sign in to comment.