22
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
编码猿
2025-09-09 11:32:13 +08:00
parent b4206017a7
commit bd746dcdd0

View File

@@ -23,7 +23,6 @@ app.get('/ip', async (req, res) => {
})
app.get('/', async (req, res) => {
// 使用sendFile方法发送HTML文件
res.sendFile(join(__dirname, 'public', 'index.html'));
})