mirror of
https://github.com/syncthing/syncthing.git
synced 2026-03-30 12:14:18 -04:00
relative path apiURL
This commit is contained in:
@@ -5,6 +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 = '/'
|
||||
|
||||
export const apiRetry: number = 3;
|
||||
Reference in New Issue
Block a user