add apiRetry to api-utils

This commit is contained in:
Jesse Lucas 2020-03-17 22:38:33 -04:00
parent 206c0d0933
commit 90ed7aa121
1 changed files with 3 additions and 1 deletions

View File

@ -5,4 +5,6 @@ export const deviceID = (): String => {
return dID.substring(0, 5)
}
export const apiURL: String = 'http://127.0.0.1:8384/'
export const apiURL: String = 'http://127.0.0.1:8384/'
export const apiRetry: number = 3;