Files
lcbp3.np-dms.work/frontend/app/(protected)/health/page.jsx
2025-10-05 09:21:04 +07:00

3 lines
168 B
JavaScript

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