mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-07 22:28:48 +00:00
add simple healthcheck endpoint
This commit is contained in:
parent
939f5d7c20
commit
8373057758
1 changed files with 3 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue