소스 검색

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