Spaces:
Sleeping
Sleeping
Update index.js
Browse files
index.js
CHANGED
@@ -11,9 +11,7 @@ app.use(express.urlencoded({ extended: true }));
|
|
11 |
app.use(cors());
|
12 |
|
13 |
app.get("/", function (req, res) {
|
14 |
-
|
15 |
-
console.log("deleted");
|
16 |
-
});
|
17 |
res.send("Hello World!!");
|
18 |
});
|
19 |
|
|
|
11 |
app.use(cors());
|
12 |
|
13 |
app.get("/", function (req, res) {
|
14 |
+
|
|
|
|
|
15 |
res.send("Hello World!!");
|
16 |
});
|
17 |
|