Badger & traefik working now?

This commit is contained in:
Owen
2025-08-14 21:48:14 -07:00
parent f9184cf489
commit 825bff5d60
7 changed files with 126 additions and 25 deletions

View File

@@ -87,7 +87,7 @@ badgerRouter.post("/verify-session", badger.verifyResourceSession);
if (config.isHybridMode()) {
badgerRouter.post("/exchange-session", (req, res, next) =>
proxyToRemote(req, res, next, "badger/exchange-session")
proxyToRemote(req, res, next, "hybrid/badger/exchange-session")
);
} else {
badgerRouter.post("/exchange-session", badger.exchangeSession);