Selaa lähdekoodia

feat: 切换正式服务端口

huangzhichao 1 päivä sitten
vanhempi
commit
82c99aa9ad

+ 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) {}