serve backend on 192.168.0.48
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import axios from 'axios'
|
||||
|
||||
const API = axios.create({
|
||||
baseURL: 'http://localhost:8180', // Replace with your backend URL
|
||||
baseURL: 'http://192.168.0.48:8180', // Replace with your backend URL
|
||||
})
|
||||
|
||||
export default API
|
||||
|
||||
Reference in New Issue
Block a user