diff --git a/app.js b/app.js index 4285ae1..a88b079 100644 --- a/app.js +++ b/app.js @@ -73,4 +73,4 @@ app.get('/fixmysql', (req, res) => { res.send(json); }) }) -}) \ No newline at end of file +}); \ No newline at end of file