mirror of
https://github.com/syncthing/syncthing.git
synced 2026-03-29 11:42:11 -04:00
add apiRetry to api-utils
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user