fix(web): default API port to 5212
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import axios from 'axios'
|
||||
|
||||
const API_URL = import.meta.env['VITE_API_URL'] ?? 'http://localhost:5000'
|
||||
const API_URL = import.meta.env['VITE_API_URL'] ?? 'http://localhost:5212'
|
||||
|
||||
export const axiosClient = axios.create({
|
||||
baseURL: API_URL,
|
||||
|
||||
Reference in New Issue
Block a user