Files
lcbp3.np-dms.work/frontend/app/(protected)/health/page.jsx
2025-09-21 20:29:15 +07:00

3 lines
170 B
JavaScript
Executable File

export default function Page(){
return <div className="rounded-2xl p-5 bg-white">Health แสดงสถานะ service (nginx, maria, n8n, postgres)</div>;
}