Skip to content

Commit 4499b98

Browse files
committed
change files folder to public
1 parent 5443572 commit 4499b98

File tree

6 files changed

+1
-1
lines changed

6 files changed

+1
-1
lines changed

app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const server = http.createServer(app);
77
const io = socketIo(server);
88
const users = {};
99

10-
app.use(express.static("files"));
10+
app.use(express.static("public"));
1111

1212
io.on("connection", (socket) => {
1313
socket.on("new-user", (name) => {
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)