From 26ae529823b1afe699ef24c9834eecef776b9db4 Mon Sep 17 00:00:00 2001 From: konenet Date: Sat, 20 Nov 2021 18:01:22 +0800 Subject: [PATCH] feat: change local host --- src/chat/common/param/Params.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/chat/common/param/Params.jsx b/src/chat/common/param/Params.jsx index aa749ae..4fb5206 100755 --- a/src/chat/common/param/Params.jsx +++ b/src/chat/common/param/Params.jsx @@ -1,7 +1,7 @@ export const API_VERSION = "/api/v1/"; //local -export const HOST = "http://local.deepsky.com:8888"; +export const HOST = "http://localhost:8888"; export const LOGIN_URL = HOST + '/user/login' export const USER_URL = HOST + '/user/'