forked from TonTon/tonton-web
[ Moved [config.ru] to directory [example] ]
This commit is contained in:
parent
851303e97b
commit
9a28775d81
1 changed files with 0 additions and 0 deletions
12
config.ru
12
config.ru
|
|
@ -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
|
||||
Reference in a new issue