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