diff options
-rw-r--r-- | curling.rb | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -7,6 +7,10 @@ def secret ENV['HEX_SECRET'] || 'tajny_token_hehe' end +before do + headers 'Content-Type' => 'text/plain' +end + get '/' do <<~MSG Welcome to Hex Curler! |