This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
joepie91
/
matrix-room-list-viewer
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Change listening port
master
Sven Slootweg
2 years ago
parent
995b80273a
commit
4104c8778b
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
index.js
+ 1
- 1
index.js
View File
@ -75,4 +75,4 @@ app.use((error, req, res, next) => {
}
}
)
;
app
.
listen
(
3
000
)
;
app
.
listen
(
3
842
)
;
Write
Preview
Loading…
Cancel
Save