This commit is contained in:
Alphonse Paix
2025-09-19 19:34:06 +02:00
parent 7578097754
commit bb27ad024d
3 changed files with 51 additions and 0 deletions

View File

@@ -150,5 +150,6 @@ pub fn app(
}),
)
.layer(SessionManagerLayer::new(redis_store).with_secure(false))
.fallback(not_found)
.with_state(app_state)
}