Update src/node/hooks/express/apicalls.js

This commit is contained in:
Manuel Knitza 2013-02-12 21:32:01 +01:00
parent e5525d4e16
commit 3bb475515a

View file

@ -62,5 +62,4 @@ exports.expressCreateServer = function (hook_name, args, cb) {
args.app.get('/api', function (req, res) {
res.json({"latestApiVersion" : apiHandler.latestApiVersion});
});
}