fix: Move old API endpoint configuration from env to configuration file

This commit is contained in:
oSumAtrIX
2024-07-11 04:26:26 +02:00
parent 8f77736a69
commit 7e99e49af2
5 changed files with 7 additions and 18 deletions

View File

@@ -15,3 +15,4 @@ cors-allowed-hosts = [
"*.revanced.app"
]
endpoint = "https://api.revanced.app"
old-api-endpoint = "https://old-api.revanced.app"