fixed loading error handling

This commit is contained in:
Integral Team 2019-09-11 15:16:44 +07:00
parent dd2861fe5c
commit 0bfb1dee90
4 changed files with 79 additions and 26 deletions

View file

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