mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-31 04:41:32 +02:00
added /oops endpoint for generating dummy exception
This commit is contained in:
@@ -50,6 +50,9 @@ app.post "/pack", (req, res, next) ->
|
||||
app.get "/status", (req, res, next) ->
|
||||
res.send "track-changes is alive"
|
||||
|
||||
app.get "/oops", (req, res, next) ->
|
||||
throw new Error("dummy test error")
|
||||
|
||||
app.get "/check_lock", HttpController.checkLock
|
||||
|
||||
app.get "/health_check", HttpController.healthCheck
|
||||
|
||||
Reference in New Issue
Block a user