update plugins to allow listing via API

This commit is contained in:
Lee Lawlor
2014-10-17 14:51:58 -04:00
parent c527515d4a
commit 1b44dfbd4b
10 changed files with 336 additions and 10 deletions

View File

@ -127,6 +127,7 @@ Thingspeak::Application.routes.draw do
collection do
get 'private_plugins'
get 'public_plugins'
get 'public'
end
end