[ Gemspec ]
This commit is contained in:
parent
7085e69bb6
commit
8dfb642c84
6 changed files with 52 additions and 3 deletions
|
|
@ -1,11 +1,11 @@
|
|||
require_relative 'tonton_web'
|
||||
require_relative 'app'
|
||||
|
||||
# Require TonTon modules if you want
|
||||
|
||||
use Rack::Session::Cookie, key: 'rack.session', secret: ENV.fetch('SESSION_SECRET')
|
||||
|
||||
app = Rack::URLMap.new(
|
||||
'/' => TonTonWeb.new
|
||||
'/' => TonTonWeb::App.new
|
||||
# Add TonTon modules here
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue