Chapa Sigmóide. Readme

This commit is contained in:
Mateus Cezário Barreto 2025-11-18 23:19:07 -03:00
commit edc7328991
2 changed files with 8 additions and 4 deletions

2
app.rb
View file

@ -2,7 +2,7 @@ require 'gollum/app'
require 'sinatra/flash'
require "sqlite3"
require 'tonton_web'
# TODO: better, simpler route matching
class TonTonWeb::App < Sinatra::Base
set :host_authorization, { permitted_hosts: ['localhost', 'mytonton.com.br'] }