mirror of
https://github.com/Radiquum/anixart-patcher.git
synced 2025-09-08 12:13:51 +05:00
parent
1c4df94d89
commit
6981ae7d84
4 changed files with 156 additions and 25 deletions
22
patches/force_static_request_urls.config.json
Normal file
22
patches/force_static_request_urls.config.json
Normal file
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"base_url": "https://anix-api.wah.su/",
|
||||
"values": [
|
||||
{
|
||||
"file_path": "smali_classes2/com/swiftsoft/anixartd/network/api/ConfigApi.smali",
|
||||
"value": "config/toggles"
|
||||
},
|
||||
{
|
||||
"file_path": "smali_classes2/com/swiftsoft/anixartd/network/api/ProfileApi.smali",
|
||||
"value": "profile/{id}"
|
||||
},
|
||||
{
|
||||
"file_path": "smali_classes2/com/swiftsoft/anixartd/network/api/ReleaseApi.smali",
|
||||
"value": "release/{r_id}"
|
||||
},
|
||||
{
|
||||
"file_path": "smali_classes2/com/swiftsoft/anixartd/network/api/EpisodeApi.smali",
|
||||
"value": "episode/{releaseId}"
|
||||
}
|
||||
],
|
||||
"constants": []
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue