Kereső komponens formázva

This commit is contained in:
Sándor Máté Magony
2025-03-28 09:08:22 +01:00
parent c138fc8abc
commit 318014eb57
7 changed files with 347 additions and 0 deletions

View 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;