Version 0.2.1 Change the Port of the server
This commit is contained in:
@@ -46,7 +46,7 @@ module.exports.getDiscordUser = function (code, session) {
|
||||
var link = "https://subsonics.raphix.fr"
|
||||
|
||||
if(process.env.DEV == "true") {
|
||||
link = "http://localhost:3001"
|
||||
link = "http://localhost:4000"
|
||||
}
|
||||
|
||||
const params = new URLSearchParams();
|
||||
|
||||
Reference in New Issue
Block a user