안내 변경

This commit is contained in:
DESKTOP-KSVGT20\shkim
2026-05-17 11:52:32 +09:00
parent 31e0f8e5ca
commit 5cb2919e84
+1 -1
View File
@@ -439,7 +439,7 @@ app.get("/", (req, res) => {
.send(
page(
"페이지 없음",
`<section class="panel"><h1>페이지를 찾을 수 없어</h1></section>`
`error`
)
);
});