From 07924afc9fd015876fa57443218f981ec90643ca Mon Sep 17 00:00:00 2001 From: bence <11580141+bence100700@user.noreply.gitee.com> Date: Mon, 24 Apr 2023 07:05:20 +0000 Subject: [PATCH] update node_nest/src/utils/config.ts. Signed-off-by: bence <11580141+bence100700@user.noreply.gitee.com> --- node_nest/src/utils/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node_nest/src/utils/config.ts b/node_nest/src/utils/config.ts index 021b279..87e97c8 100644 --- a/node_nest/src/utils/config.ts +++ b/node_nest/src/utils/config.ts @@ -6,7 +6,7 @@ //@Software: WebStorm //系统基础设置 -export const sysBase = { +export const sysBase = {1 host:"http://127.0.0.1", port:3000 } -- Gitee