mirror of
https://github.com/notherealmarco/WASAPhoto.git
synced 2025-05-06 20:59:36 +02:00
Add spinner when loading images, increase timeout to 20s
This commit is contained in:
parent
d25bf6a53e
commit
f6a61e3dd2
4 changed files with 98 additions and 76 deletions
|
@ -3,7 +3,7 @@ import getCurrentSession from "./authentication";
|
|||
|
||||
const instance = axios.create({
|
||||
baseURL: __API_URL__,
|
||||
timeout: 1000 * 5
|
||||
timeout: 1000 * 20
|
||||
});
|
||||
|
||||
//axios.interceptors.request.use(function (config) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue