瀏覽代碼

feat: 切换正式服务端口

huangzhichao 1 天之前
父節點
當前提交
82c99aa9ad
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/module/chat-management/service/chat-management-http.service.ts

+ 1 - 1
src/module/chat-management/service/chat-management-http.service.ts

@@ -7,7 +7,7 @@ import { HttpStatusCode } from '@/response/status-code.enum'
 
 @Injectable()
 export class ChatManagementHttpService {
-  private readonly baseUrl = 'http://192.168.206.189:4090/api'
+  private readonly baseUrl = 'http://192.168.206.189:8083/api'
 
   constructor(private readonly httpService: HttpService) {}