about summary refs log tree commit homepage
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/raindrops/watcher.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/raindrops/watcher.rb b/lib/raindrops/watcher.rb
index 6e85241..ada921a 100644
--- a/lib/raindrops/watcher.rb
+++ b/lib/raindrops/watcher.rb
@@ -262,7 +262,7 @@ class Raindrops::Watcher
     when %r{\A/reset/(.+)\z}
       reset!(env, unescape($1))
     else
-      Rack::Response.new(["Not Found"], 404).finish
+      not_found
     end
   end