config/routes.rb in panda_pal-1.0.0 vs config/routes.rb in panda_pal-1.0.1

- old
+ new

@@ -1,4 +1,4 @@ PandaPal::Engine.routes.draw do - get '/config' => 'lti#config' + get '/config' => 'lti#tool_config' get '/launch' => 'lti#launch' end