mirror of
https://github.com/janishutz/MusicPlayer.git
synced 2026-09-10 14:25:24 +02:00
fix(backend): don't send connect type on own check
This commit is contained in:
+1
-1
@@ -77,7 +77,7 @@ const run = () => {
|
||||
// Load extra routes
|
||||
devtoken.routes( app, foss );
|
||||
room.routes( app, foss );
|
||||
user.routes( app, foss, config );
|
||||
user.routes( app, foss );
|
||||
|
||||
|
||||
app.use( ( _request: express.Request, response: express.Response ) => {
|
||||
|
||||
Reference in New Issue
Block a user