lib/rest-ftp-daemon/api/status.rb in rest-ftp-daemon-0.410.5 vs lib/rest-ftp-daemon/api/status.rb in rest-ftp-daemon-0.420.1
- old
+ new
@@ -2,9 +2,10 @@
require "get_process_mem"
module RestFtpDaemon
module API
class Status < Grape::API
+ include BmcDaemonLib
### ENDPOINTS
desc "Show daemon status"
get "/" do
status 200