mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 16:59:12 +00:00
parent
2d3ab67604
commit
ffa2447c59
5 changed files with 8 additions and 8 deletions
|
@ -26,7 +26,7 @@ export function baseUrl() {
|
|||
// get sseBaseUrl for SSE
|
||||
export function sseBaseUrl() {
|
||||
if (process.env.NODE_ENV === "development")
|
||||
return `http://localhost:8989/`;
|
||||
return `http://localhost:7474/`;
|
||||
|
||||
return `${window.location.origin}${baseUrl()}`;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue