diff options
author | pdp8 <pdp8@pdp8.info> | 2023-06-03 19:34:40 +0200 |
---|---|---|
committer | pdp8 <pdp8@pdp8.info> | 2023-06-03 19:34:40 +0200 |
commit | 23d72528a829e080ca6a508a217a700f04217d4a (patch) | |
tree | 2c3ad7a941fe7102a5edeca616f9c0937b225fe6 /config.ru | |
parent | 86c8118c9b908af2f0c2a74d2bc9f7af431e4e12 (diff) |
sessions and login
Diffstat (limited to 'config.ru')
-rw-r--r-- | config.ru | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/config.ru b/config.ru deleted file mode 100644 index fc37641..0000000 --- a/config.ru +++ /dev/null @@ -1,6 +0,0 @@ -require_relative './application.rb' -require 'rack/protection' -use Rack::Protection, :except => :session_hijacking -use Rack::Reloader -use Rack::Static, :urls => ["/create", "/outbox", "/following", "/followers", "/likes", "/shares"], :cascade => true -run Application.new |