mirror of
https://github.com/karl0ss/homepage.git
synced 2025-05-03 14:03:40 +01:00
add simple healthcheck endpoint
This commit is contained in:
parent
939f5d7c20
commit
8373057758
3
src/pages/api/healthcheck.js
Normal file
3
src/pages/api/healthcheck.js
Normal file
@ -0,0 +1,3 @@
|
||||
export default function handler(req, res) {
|
||||
res.send("up");
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user