add simple healthcheck endpoint

pull/62/head
Ben Phelps 2 years ago
parent 939f5d7c20
commit 8373057758

@ -0,0 +1,3 @@
export default function handler(req, res) {
res.send("up");
}
Loading…
Cancel
Save