add apiRetry to api-utils

This commit is contained in:
Jesse Lucas
2020-03-29 16:51:12 -04:00
parent 206c0d0933
commit 90ed7aa121
+2
View File
@@ -6,3 +6,5 @@ export const deviceID = (): String => {
} }
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;