Files
lcbp3.np-dms.work/frontend/app/(protected)/health/page.jsx

3 lines
168 B
JavaScript
Executable File

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