feat: Remove deprecated routes and old API

Backwards compatibility should be and is now handled by the reverse proxy.
This commit is contained in:
oSumAtrIX
2024-11-06 04:26:51 +01:00
parent 0b66fc2bca
commit eca40a6979
9 changed files with 12 additions and 141 deletions

View File

@@ -4,7 +4,6 @@ cors-allowed-hosts = [
"*.revanced.app"
]
endpoint = "https://api.revanced.app"
old-api-endpoint = "https://old-api.revanced.app"
static-files-path = "static/root"
versioned-static-files-path = "static/versioned"
backend-service-name = "GitHub"