Open
Description
I'd like to add a custom route to the labelerServer.app
instance such that I can respond to a webhook request to regenerate my label assignments, but whenever I try to add a route to the app, it just fails to start the labelerServer.
I've tried this as the most basic example
labelerServer.app.get("/my-custom-route", async (_req, res) => {
// Logic should go here
return res.send();
});
// Start the label server listener here
Should this be able to work? And am I doing something wrong?
Metadata
Metadata
Assignees
Labels
No labels