From 4f7034401afc885bc470e106b8cc93bd8d987119 Mon Sep 17 00:00:00 2001 From: Wei bo Date: Sat, 16 Jul 2022 11:25:15 +0800 Subject: [PATCH 1/2] chang the mie --- README.md | 2 ++ node/routes/index.js | 2 ++ 2 files changed, 4 insertions(+) diff --git a/README.md b/README.md index 921018d..63fd170 100644 --- a/README.md +++ b/README.md @@ -62,3 +62,5 @@ provided by the bot. You will only need to do this once across all repos using o This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments. + + diff --git a/node/routes/index.js b/node/routes/index.js index ecca96a..f6b4561 100644 --- a/node/routes/index.js +++ b/node/routes/index.js @@ -7,3 +7,5 @@ router.get('/', function(req, res, next) { }); module.exports = router; +module.exports = router; + From 932aabb036521e990e3c60bbdf34e11524f71428 Mon Sep 17 00:00:00 2001 From: Wei bo Date: Sat, 16 Jul 2022 19:02:30 +0800 Subject: [PATCH 2/2] add module.eport --- node/routes/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/node/routes/index.js b/node/routes/index.js index f6b4561..6b817ce 100644 --- a/node/routes/index.js +++ b/node/routes/index.js @@ -8,4 +8,5 @@ router.get('/', function(req, res, next) { module.exports = router; module.exports = router; +module.exports = router;