From 103e12b7c29e0aa87aabebe99ccac6831f3eeb11 Mon Sep 17 00:00:00 2001 From: yqj123 <40135906+yangqianjuan@users.noreply.github.com> Date: Fri, 19 Jan 2024 11:08:07 +0800 Subject: [PATCH] update api (#38) --- web/src/utils/api.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/utils/api.ts b/web/src/utils/api.ts index c3bb133..a88c857 100644 --- a/web/src/utils/api.ts +++ b/web/src/utils/api.ts @@ -1,7 +1,7 @@ -let api_host = `/v1`; +let api_host = `http://54.80.112.79:9380/v1`; export { api_host }; -- GitLab