This commit is contained in:
ctengiz
2024-04-11 21:02:41 +03:00
parent d77f0f8359
commit 719edfd33a
8 changed files with 14 additions and 30 deletions

View File

@@ -67,7 +67,7 @@ module.exports = configure(function (ctx) {
return process.env.CUSTOM_API
} else {
if (ctx.dev) {
return 'http://localhost:41000/api'
return 'http://localhost:40300/api'
} else {
return '/api'
}
@@ -78,7 +78,7 @@ module.exports = configure(function (ctx) {
return process.env.CUSTOM_WS
} else {
if (ctx.dev) {
return 'ws://127.0.0.1:41000/ws'
return 'ws://127.0.0.1:40300/ws'
} else {
return 'wss://bres.notitek.com.tr/ws'
}