feat(labrinth): route to update subscriptions for archon (#6811)

* feat(labrinth): add /_internal/billing/subscriptions/manager/update_many

* chore: fixes

* chore: clippy

* chore: fixes
This commit is contained in:
François-Xavier Talbot
2026-07-22 16:18:08 +00:00
committed by GitHub
parent 07fd4fae5f
commit 96e2d95d02
8 changed files with 156 additions and 20 deletions
+1
View File
@@ -127,6 +127,7 @@ vars! {
LABRINTH_ADMIN_KEY: String = "";
LABRINTH_MEDAL_KEY: String = "";
LABRINTH_EXTERNAL_NOTIFICATION_KEY: String = "";
LABRINTH_SUBSCRIPTIONS_KEY: String = "";
RATE_LIMIT_IGNORE_KEY: String = "";
DATABASE_URL: String = "postgresql://labrinth:labrinth@localhost/labrinth";
REDIS_URL: String = "redis://localhost";