Skip to content

Commit 842efd8

Browse files
committed
small note
1 parent 7b00267 commit 842efd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

day1/02-setup-p5/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ const app = express();
33
const PORT = 3000;
44

55

6-
// tell our app where to serve our static files
6+
// tell our app where to serve our static files (root dir)
77
app.use(express.static('public'));
88

99
// define a route - what happens when people visit /

0 commit comments

Comments
 (0)