feat: Add manager route

This commit is contained in:
oSumAtrIX
2024-07-13 01:34:42 +02:00
parent a34b7c8c31
commit f814fe5825
10 changed files with 167 additions and 30 deletions

View File

@@ -1,6 +1,7 @@
organization = "revanced"
patches = { repository = "revanced-patches", asset-regex = "jar$", signature-asset-regex = "asc$", public-key-file = "patches-public-key.asc" }
integrations = { repository = "revanced-integrations", asset-regex = "apk$", signature-asset-regex = "asc$", public-key-file = "integrations-public-key.asc" }
manager = { repository = "revanced-manager", asset-regex = "apk$" }
contributors-repositories = [
"revanced-patcher",
"revanced-patches",