This commit is contained in:
Jay 2017-04-27 18:26:40 +08:00
parent fec43a6840
commit efbd54191f
1 changed files with 1 additions and 1 deletions

2
app.js
View File

@ -73,4 +73,4 @@ app.get('/fixmysql', (req, res) => {
res.send(json);
})
})
})
});