From 532bf7c5993c1e08571f86d9633ca38570363d46 Mon Sep 17 00:00:00 2001 From: Christoph Helma Date: Mon, 20 Aug 2012 20:43:29 +0200 Subject: halt error codes fixed --- application.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application.rb b/application.rb index edd7320..d45d579 100644 --- a/application.rb +++ b/application.rb @@ -362,7 +362,7 @@ module OpenTox @uri end response['Content-Type'] = "text/uri-list" - task.uri + halt 202, task.uri end end -- cgit v1.2.3