404 page
This commit is contained in:
@@ -150,5 +150,6 @@ pub fn app(
|
||||
}),
|
||||
)
|
||||
.layer(SessionManagerLayer::new(redis_store).with_secure(false))
|
||||
.fallback(not_found)
|
||||
.with_state(app_state)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user