From e730c67e46b49b47c221ce5199478b254b678c8e Mon Sep 17 00:00:00 2001 From: StephenJose-Dai <6552942+StephenJose_Dai@user.noreply.gitee.com> Date: Thu, 30 May 2024 02:35:04 +0000 Subject: [PATCH] update .env.development. Signed-off-by: StephenJose-Dai <6552942+StephenJose_Dai@user.noreply.gitee.com> --- .env.development | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.development b/.env.development index 9518c21..9f8053c 100644 --- a/.env.development +++ b/.env.development @@ -10,4 +10,4 @@ ENV = 'development' # websocket接口地址 -VITE_SOCKET_API=127.0.0.1:9090/ws \ No newline at end of file +VITE_SOCKET_API=127.0.0.1:9090 \ No newline at end of file -- Gitee