Add health page

This commit is contained in:
Lee 2022-12-05 01:25:47 +00:00
parent de897fd7da
commit 53b1ffab51
No known key found for this signature in database
GPG Key ID: 6EA25896ECCB3121

3
src/pages/health.js Normal file

@ -0,0 +1,3 @@
export default function Health() {
return <h1>OK</h1>;
}