fix(qr): update API url to https

This commit is contained in:
Hafid Nur
2026-02-14 18:29:30 +07:00
parent ce8cb8188c
commit a610e180ba
@@ -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({