summaryrefslogtreecommitdiff
path: root/application.rb
diff options
context:
space:
mode:
Diffstat (limited to 'application.rb')
-rw-r--r--application.rb7
1 files changed, 6 insertions, 1 deletions
diff --git a/application.rb b/application.rb
index a5f9ff2..f2d2e32 100644
--- a/application.rb
+++ b/application.rb
@@ -316,7 +316,7 @@ end
get '/faq' do
@faq = RDiscount.new(File.read("FAQ.md")).to_html
- haml :faq, :layout => false
+ haml :faq#, :layout => false
end
get '/style.css' do
@@ -324,6 +324,11 @@ get '/style.css' do
scss :style
end
+get '/swagger-ui.css' do
+ headers 'Content-Type' => 'text/css; charset=utf-8'
+ scss :style
+end
+
get '/IST_logo_s.png' do
redirect to('/images/IST_logo_s.png')
end