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