From efbd54191fc8d05ff8711142e355cc18eb6c913c Mon Sep 17 00:00:00 2001 From: Jay Date: Thu, 27 Apr 2017 18:26:40 +0800 Subject: [PATCH] update --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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