max / audiofiles
1 file changed,
+1 insertion,
-1 deletion
| @@ -9,7 +9,7 @@ use parking_lot::Mutex; | |||
| 9 | 9 | use semver::Version; | |
| 10 | 10 | ||
| 11 | 11 | /// OTA updater endpoint base URL. | |
| 12 | - | const OTA_BASE_URL: &str = "https://makenot.work/api/sync/ota/audiofiles"; | |
| 12 | + | const OTA_BASE_URL: &str = "https://makenot.work/api/v1/sync/ota/audiofiles"; | |
| 13 | 13 | ||
| 14 | 14 | /// How long to wait after startup before first check (seconds). | |
| 15 | 15 | const INITIAL_DELAY_SECS: u64 = 10; |