فهرست منبع

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