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
Pull Requests
Releases
Wiki
Activity
Browse Source
Change listening port
master
Sven Slootweg
4 years ago
parent
995b80273a
commit
4104c8778b
1 changed files
with
1 additions
and
1 deletions
Whitespace
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
2
index.js
2
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
Reference in new issue
Repository
joepie91/matrix-room-list-viewer
Title
Body
Create Issue