1
0
Fork 0
mirror of https://github.com/Radiquum/anixart-patcher.git synced 2025-09-08 12:13:51 +05:00

feat [R] API URL Change patch

Fixes #2
This commit is contained in:
Kentai Radiquum 2025-09-02 20:34:10 +05:00
parent 1c4df94d89
commit 6981ae7d84
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
4 changed files with 156 additions and 25 deletions

View 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": []
}