mirror of
https://github.com/gethomepage/homepage.git
synced 2026-01-15 13:52:09 +08:00
add simple healthcheck endpoint
This commit is contained in:
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");
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user