This website works better with JavaScript.
Explore
Help
Register
Sign In
joepie91
/
matrix-room-list-viewer
Watch
1
Star
0
Fork
You've already forked matrix-room-list-viewer
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
Change listening port
Browse Source
master
Sven Slootweg
5 years ago
parent
995b80273a
commit
4104c8778b
1 changed files
with
1 additions
and
1 deletions
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Show Stats
Download Patch File
Download Diff File
2
index.js
Unescape
Escape
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
Reference in New Issue
Repository
joepie91/matrix-room-list-viewer
Title
Body
Create Issue