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.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/interfaces/http/http.rb b/interfaces/http/http.rb
index 0589c93..ec5f105 100644
--- a/interfaces/http/http.rb
+++ b/interfaces/http/http.rb
@@ -5,7 +5,7 @@ $config = Config.first
class HTTPInterface < Sinatra::Base
require_relative 'web/web'; use WebInterface
- # require_relative 'admin/admin'; use AdminInterface
+ require_relative 'admin/admin'; use AdminInterface
# require_relative 'rss/rss'; use RSSInterface
run! if app_file == $0