This commit is contained in:
ufo6849
2026-03-19 20:24:02 +09:00
parent 67417e1ede
commit 4d6f00f530

View File

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