aboutsummaryrefslogtreecommitdiff
path: root/interfaces/http/http.rb
diff options
context:
space:
mode:
Diffstat (limited to 'interfaces/http/http.rb')
-rw-r--r--interfaces/http/http.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/interfaces/http/http.rb b/interfaces/http/http.rb
index 8947890..0589c93 100644
--- a/interfaces/http/http.rb
+++ b/interfaces/http/http.rb
@@ -7,5 +7,6 @@ class HTTPInterface < Sinatra::Base
require_relative 'web/web'; use WebInterface
# require_relative 'admin/admin'; use AdminInterface
# require_relative 'rss/rss'; use RSSInterface
+
run! if app_file == $0
end