diff options
Diffstat (limited to 'config/routes/test.rb')
-rw-r--r-- | config/routes/test.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/routes/test.rb b/config/routes/test.rb new file mode 100644 index 00000000000..ac477cdbbbc --- /dev/null +++ b/config/routes/test.rb @@ -0,0 +1,2 @@ +get '/unicorn_test/pid' => 'unicorn_test#pid' +post '/unicorn_test/kill' => 'unicorn_test#kill' |