mirror of
https://gitea.invidious.io/iv-org/shard-kemal.git
synced 2024-08-15 00:53:36 +00:00
Remove redundant session stuff
This commit is contained in:
parent
9696e6c344
commit
ac8ec0a07b
4 changed files with 1 additions and 125 deletions
|
@ -18,8 +18,6 @@ module Kemal
|
|||
config.server.tls = config.ssl
|
||||
{% end %}
|
||||
|
||||
Kemal::Sessions.run_reaper!
|
||||
|
||||
unless Kemal.config.error_handlers.has_key?(404)
|
||||
error 404 do |env|
|
||||
render_404
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue