Skip to content

Commit eda251f

Browse files
committed
Fetch API の記述を拡充
1 parent 88c8a5f commit eda251f

File tree

16 files changed

+1609
-107
lines changed

16 files changed

+1609
-107
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/node_modules
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import express from "express";
2-
const app = express();
32

3+
const app = express();
44
app.use(express.static("./public"));
5-
6-
app.listen(3000);
5+
app.listen(3000);

0 commit comments

Comments
 (0)