mirror of
https://github.com/notherealmarco/WASAPhoto.git
synced 2025-05-06 20:59:36 +02:00
Add decaf webui
This commit is contained in:
parent
6b4c9bb531
commit
69c0388954
742 changed files with 608981 additions and 6 deletions
8
webui/src/services/axios.js
Normal file
8
webui/src/services/axios.js
Normal file
|
@ -0,0 +1,8 @@
|
|||
import axios from "axios";
|
||||
|
||||
const instance = axios.create({
|
||||
baseURL: __API_URL__,
|
||||
timeout: 1000 * 5
|
||||
});
|
||||
|
||||
export default instance;
|
Loading…
Add table
Add a link
Reference in a new issue