From a610e180ba47d9d6870902c6d04984f3ba1585b2 Mon Sep 17 00:00:00 2001 From: Hafid Nur Date: Sat, 14 Feb 2026 18:29:30 +0700 Subject: [PATCH] fix(qr): update API url to https --- apps/qrcampaign/src/app/features/auth/api/auth.service.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/qrcampaign/src/app/features/auth/api/auth.service.ts b/apps/qrcampaign/src/app/features/auth/api/auth.service.ts index 65afb66..1f3f653 100644 --- a/apps/qrcampaign/src/app/features/auth/api/auth.service.ts +++ b/apps/qrcampaign/src/app/features/auth/api/auth.service.ts @@ -1,7 +1,7 @@ import axios from 'axios'; // Define the base URL for the API -const API_URL = 'http://api-qr.imphnen.dev/api/v1'; +const API_URL = 'https://api-qr.imphnen.dev/api/v1'; // Create a configured axios instance export const api = axios.create({