forked from magonysandormate/PeePal
Kereső komponens formázva
This commit is contained in:
7
frontend/peepal_react/src/axiosConfig.js
Normal file
7
frontend/peepal_react/src/axiosConfig.js
Normal file
@@ -0,0 +1,7 @@
|
||||
import axios from 'axios';
|
||||
|
||||
// Set the base URL for your Laravel backend
|
||||
axios.defaults.baseURL = 'http://localhost:8000/api';
|
||||
axios.defaults.headers.common['Accept'] = 'application/json';
|
||||
|
||||
export default axios;
|
||||
Reference in New Issue
Block a user