From b533ac2732dd2118d7f11bb108a7d3f20ab44675 Mon Sep 17 00:00:00 2001 From: shanshanzhong Date: Mon, 25 May 2026 21:45:40 -0700 Subject: [PATCH] fix: set admin api base url --- apps/admin/.env.example | 2 +- apps/admin/.env.production | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 apps/admin/.env.production diff --git a/apps/admin/.env.example b/apps/admin/.env.example index 250f86e..d15f3f3 100644 --- a/apps/admin/.env.example +++ b/apps/admin/.env.example @@ -1,5 +1,5 @@ # API base URL -VITE_API_BASE_URL= +VITE_API_BASE_URL=https://tapi.hifast.biz # API prefix path VITE_API_PREFIX= diff --git a/apps/admin/.env.production b/apps/admin/.env.production new file mode 100644 index 0000000..4f5a255 --- /dev/null +++ b/apps/admin/.env.production @@ -0,0 +1 @@ +VITE_API_BASE_URL=https://tapi.hifast.biz