update links

This commit is contained in:
2026-04-07 17:56:36 +07:00
parent 9159b2f0e6
commit cad66aefd2
3 changed files with 5 additions and 4 deletions

1
api.ts
View File

@@ -1,5 +1,6 @@
export const API_URL_ROOT = process.env.NEXT_PUBLIC_API_URL_ROOT || "";
export const URL_MEDIA = "https://cdn.kain.id.vn/history-app/"
export const HOME_URL = "http://localhost:3000"
export const API = {
User : {
CURRENT: `${API_URL_ROOT}/users/current`,