1
0
Fork 0

The FoxxManager now updates before delivering the fishbowl list to the WebInterface

This commit is contained in:
Michael Hackstein 2014-12-13 20:50:53 +01:00
parent 53ec81a101
commit 586382c010
1 changed files with 1 additions and 0 deletions

View File

@ -340,6 +340,7 @@ controller.get('/foxxes', function (req, res) {
*
*/
controller.get('/foxxes/fishbowl', function (req, res) {
FoxxManager.update();
res.json(FoxxManager.availableJson());
}).summary("List of all foxx apps submitted to the fishbowl store.")
.notes("This function contacts the fishbowl and reports which apps are available for install");