serve backend on 192.168.0.48

This commit is contained in:
2025-01-18 20:59:35 +01:00
parent 30a990b0cf
commit d11e3244cb
+1 -1
View File
@@ -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