mirror of
https://github.com/YTVanced/VancedManager
synced 2024-11-22 03:05:11 +00:00
removed path prefix for api urls
This commit is contained in:
parent
96d01de045
commit
f1b6519825
1 changed files with 1 additions and 2 deletions
|
@ -67,8 +67,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="api.vancedapp.com"
|
android:host="api.vancedapp.com"/>
|
||||||
android:pathPrefix="/downloads"/>
|
|
||||||
|
|
||||||
</intent-filter>
|
</intent-filter>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue