From 0fcdf1927e0c8e39c38396276e371175ffa685d3 Mon Sep 17 00:00:00 2001 From: pan <1029559041@qq.com> Date: Sat, 10 Oct 2020 01:52:31 +0800 Subject: [PATCH] init --- routes/index.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/routes/index.js b/routes/index.js index 8d4166f..d2dd693 100644 --- a/routes/index.js +++ b/routes/index.js @@ -20,4 +20,9 @@ router.post('/server', function(req, res, next) { }); +//部署完毕事件 +router.get('/server', function(req, res, next) { + res.json({message:'服务端部署成功'}) +}); + module.exports = router; \ No newline at end of file