Browse Source

Update 'src/app.ts'

snppla 2 năm trước cách đây
mục cha
commit
a643aded4f
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      src/app.ts

+ 0 - 1
src/app.ts

@@ -4,7 +4,6 @@ const app = express();
 
 app.get("/", (req, res) => {
   res.send(`time:${new Date().getTime()}`);
-  console.log("received request");
 });
 
 app.listen(3000, "0.0.0.0", () => {});