lib/rest-ftp-daemon/api/root.rb in rest-ftp-daemon-0.230.0 vs lib/rest-ftp-daemon/api/root.rb in rest-ftp-daemon-0.230.1

- old
+ new

@@ -1,5 +1,8 @@ +require "grape" +require "get_process_mem" + module RestFtpDaemon module API class Root < Grape::API @@ -14,10 +17,9 @@ format :json mount RestFtpDaemon::API::Jobs => "/jobs" mount RestFtpDaemon::API::Dashbaord => "/" - ####### INITIALIZATION def initialize