generated from Fascinated/nextjs-13-template-with-tailwindcss
add health endpoint
All checks were successful
Publish Docker Image / docker (push) Successful in 1m51s
All checks were successful
Publish Docker Image / docker (push) Successful in 1m51s
This commit is contained in:
parent
2abf673955
commit
a269b49714
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "simple-links",
|
||||
"version": "0.1.3",
|
||||
"version": "0.1.4",
|
||||
"private": false,
|
||||
"scripts": {
|
||||
"dev": "next dev",
|
||||
|
3
src/app/health/page.tsx
Normal file
3
src/app/health/page.tsx
Normal file
@ -0,0 +1,3 @@
|
||||
export default function Health() {
|
||||
return <p>OK</p>;
|
||||
}
|
Loading…
Reference in New Issue
Block a user