5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-07-01 11:16:08 +00:00
panel/config.ru

8 lines
123 B
Plaintext
Raw Normal View History

2017-09-25 22:35:06 +00:00
# frozen_string_literal: true
# require 'rack/protection'
require_relative 'sutty'
# use Rack::Protection
run Sutty::App