mirror of
https://github.com/janishutz/MusicPlayer.git
synced 2026-09-10 14:25:24 +02:00
feat: song editor
This commit is contained in:
+2
-3
@@ -43,7 +43,8 @@ const run = () => {
|
||||
'frontendURL': config.webUrl,
|
||||
'corsWhitelist': [ config.webUrl ],
|
||||
'recheckTimeout': 300 * 1000,
|
||||
'advancedVerification': 'sdk'
|
||||
'advancedVerification': 'sdk',
|
||||
'defaultRedirectURL': '/app'
|
||||
},
|
||||
app,
|
||||
async () => {
|
||||
@@ -75,8 +76,6 @@ const run = () => {
|
||||
response.redirect( config.webUrl ?? 'https://music.janishutz.com' );
|
||||
} );
|
||||
|
||||
// TODO: Need way for frontend to get the connection type for shares
|
||||
|
||||
|
||||
// Load extra routes
|
||||
devtoken.routes( app, foss );
|
||||
|
||||
Reference in New Issue
Block a user