Fix base api
This commit is contained in:
parent
557535e987
commit
a798d2f729
@ -1,7 +1,7 @@
|
||||
import axios from 'axios'
|
||||
|
||||
// Get API base URL from environment or default
|
||||
const API_BASE_URL = import.meta.env.VITE_API_URL || 'http://localhost:8001'
|
||||
const API_BASE_URL = import.meta.env.VITE_API_URL || 'http://localhost:8000'
|
||||
|
||||
// Create axios instance with default config
|
||||
const api = axios.create({
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user