|
@@ -7,7 +7,7 @@ import { HttpStatusCode } from '@/response/status-code.enum'
|
|
|
|
|
|
@Injectable()
|
|
@Injectable()
|
|
export class ChatManagementHttpService {
|
|
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) {}
|
|
constructor(private readonly httpService: HttpService) {}
|
|
|
|
|