fix(qr): update API url to https
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user