add apiRetry to api-utils

This commit is contained in:
Jesse Lucas 2020-03-17 22:38:33 -04:00
parent 206c0d0933
commit 90ed7aa121

View File

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