From 970c28e3600cf438184de284baa5b8e8c0db65ba Mon Sep 17 00:00:00 2001 From: Jacob Cody Wimer Date: Wed, 21 Oct 2015 07:53:55 -0400 Subject: [PATCH] Added loader.io route --- config/routes.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/routes.rb b/config/routes.rb index 92c5bb2..aab4707 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -36,7 +36,7 @@ Wrestling::Application.routes.draw do get 'static_pages/generate_matches' get 'static_pages/weigh_in' post 'static_pages/weigh_in' - + get ENV['LOADERIO_API_KEY'] # Example of regular route: # get 'products/:id' => 'catalog#view'