mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 11:06:40 +07:00
fixed loading error handling
This commit is contained in:
parent
dd2861fe5c
commit
0bfb1dee90
4 changed files with 79 additions and 26 deletions
|
@ -12,3 +12,5 @@ export const API: { [x: string]: string } = {
|
|||
MODIFY_ROUTE: `${CLIENT.API_ADDR}/route/modify`,
|
||||
SET_STARRED: `${CLIENT.API_ADDR}/route/star`,
|
||||
};
|
||||
|
||||
export const API_RETRY_INTERVAL = 10;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue