mirror of
https://github.com/octoleo/syncthing.git
synced 2024-11-20 03:51:00 +00:00
add apiRetry to api-utils
This commit is contained in:
parent
206c0d0933
commit
90ed7aa121
@ -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;
|
Loading…
Reference in New Issue
Block a user