updated base url

This commit is contained in:
X1nto 2021-04-19 19:50:56 +04:00
parent b84a2bd930
commit 4086b1150b
2 changed files with 2 additions and 2 deletions

View File

@ -66,7 +66,7 @@
<category android:name="android.intent.category.BROWSABLE" /> <category android:name="android.intent.category.BROWSABLE" />
<data <data
android:scheme="https" android:scheme="https"
android:host="vancedapp.com" android:host="api.vancedapp.com"
android:pathPrefix="/downloads"/> android:pathPrefix="/downloads"/>
</intent-filter> </intent-filter>

View File

@ -137,4 +137,4 @@ fun checkSHA256(sha256: String, updateFile: File): Boolean {
} }
} }
const val baseUrl = "https://vancedapp.com/api/v1" const val baseUrl = "https://api.vancedapp.com/api/v1"