removed path prefix for api urls

This commit is contained in:
X1nto 2021-04-26 23:11:53 +04:00
parent 96d01de045
commit f1b6519825
1 changed files with 1 additions and 2 deletions

View File

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