diff --git a/src/app/services/api.service.ts b/src/app/services/api.service.ts index 54af297..7732f69 100644 --- a/src/app/services/api.service.ts +++ b/src/app/services/api.service.ts @@ -61,7 +61,7 @@ export interface QrPaymentStatusResponse { export class ApiService { private readonly baseUrl = environment.apiUrl; private readonly qrBaseUrl = (environment as any).qrApiUrl as string; - private readonly sbpQrUrl = 'https://qr.vitanova.network:567/qr'; + private readonly sbpQrUrl = 'https://qr.vitanova.network/api/qr'; private readonly retryConfig = { count: 2,