lib/rest-ftp-daemon/api/debug.rb in rest-ftp-daemon-0.300.3 vs lib/rest-ftp-daemon/api/debug.rb in rest-ftp-daemon-0.302.0
- old
+ new
@@ -1,4 +1,6 @@
+require "grape"
+
module RestFtpDaemon
module API
class Debug < Grape::API
### HELPERS