mirror of https://github.com/pelias/api.git
Browse Source
It's at the root level, and simply returns 200 with 'status: ok' as the body.pull/246/head
Julian Simioni
9 years ago
2 changed files with 10 additions and 1 deletions
@ -0,0 +1,3 @@
|
||||
module.exports = function controller( req, res, next) { |
||||
res.send('status: ok'); |
||||
}; |
Loading…
Reference in new issue