Version 0.2.1 Change the Port of the server

This commit is contained in:
Raphix
2023-08-22 17:48:58 +02:00
parent baa74459a1
commit 87dd1779a4
5 changed files with 7 additions and 7 deletions

View File

@@ -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();