1
0
Fork 0
arangodb/Documentation/Examples/foxx-doc-comment

9 lines
149 B
Plaintext

/** Get all foxxes
*
* If you want to get all foxxes, please use this
* method to do that.
*/
app.get("/foxxes", function () {
// ...
});