lib/regurgitator/one_domain.rb in regurgitator-0.7.0 vs lib/regurgitator/one_domain.rb in regurgitator-0.8.0
- old
+ new
@@ -1,6 +1,8 @@
# -*- encoding: binary -*-
+require_relative 'endpoint'
+
# matches GET and HEAD requests in the format of "/:dkey" from a
# single, preconfigured domain.
#
# If a client were to make a request to "http://example.com/bar",
# this endpoint would respond with the file with the key "bar"