Compare commits

...

3 Commits

Author SHA1 Message Date
ufo6849
5a89c8c2a1 서버 수정 2026-03-20 14:54:12 +09:00
ufo6849
cbafec6320 update 2026-03-19 20:25:23 +09:00
ufo6849
4d6f00f530 update 2026-03-19 20:25:23 +09:00

View File

@@ -13,3 +13,6 @@ app.get('/health', (req, res) => {
app.listen(PORT, '0.0.0.0', () => { app.listen(PORT, '0.0.0.0', () => {
console.log(`test-node running on port ${PORT}`); console.log(`test-node running on port ${PORT}`);
}); });
// updated Thu Mar 19 20:24:02 2026
// v2 Thu Mar 19 20:25:22 2026
// v3