[ Moved [config.ru] to directory [example] ]

This commit is contained in:
Mateus Cezário Barreto 2025-11-05 19:09:28 -03:00
commit 9a28775d81

View file

@ -1,12 +0,0 @@
require_relative 'tonton_web'
# Require TonTon modules if you want
use Rack::Session::Cookie, key: 'rack.session', secret: ENV.fetch('SESSION_SECRET')
app = Rack::URLMap.new(
'/' => TonTonWeb.new
# Add TonTon modules here
)
run app