added project status endpoint
used for getting the server a project is on
This commit is contained in:
@@ -78,3 +78,7 @@ module.exports = CompileController =
|
||||
res.send JSON.stringify {
|
||||
texcount: result
|
||||
}
|
||||
|
||||
status: (req, res, next = (error)-> )->
|
||||
res.send("OK")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user