mirror of https://gitee.com/bigwinds/arangodb
The FoxxManager now updates before delivering the fishbowl list to the WebInterface
This commit is contained in:
parent
53ec81a101
commit
586382c010
|
@ -340,6 +340,7 @@ controller.get('/foxxes', function (req, res) {
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
controller.get('/foxxes/fishbowl', function (req, res) {
|
controller.get('/foxxes/fishbowl', function (req, res) {
|
||||||
|
FoxxManager.update();
|
||||||
res.json(FoxxManager.availableJson());
|
res.json(FoxxManager.availableJson());
|
||||||
}).summary("List of all foxx apps submitted to the fishbowl store.")
|
}).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");
|
.notes("This function contacts the fishbowl and reports which apps are available for install");
|
||||||
|
|
Loading…
Reference in New Issue