1
0
Fork 0

Readded foxxes path, accidently removed

This commit is contained in:
Michael Hackstein 2013-03-27 16:43:41 +01:00
parent dbd84a8ac1
commit fb72be9574
1 changed files with 7 additions and 0 deletions

View File

@ -42,6 +42,13 @@
};
app.get('/foxxes', function (req, res) {
res.json(foxxes.viewAll());
}).nickname("Foxxes")
.summary("List of all foxxes.")
.notes("This function simply returns the list of all running"
+ " foxxes and supplies the information for the application viewer");
app.get('/swagger', function (req, res) {
res.json(swagger.list());
}).nickname("Swaggers")