mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-06-10 14:55:34 -04:00
fixed port configuration and logs
This commit is contained in:
@@ -11,7 +11,7 @@ export class BasePathService {
|
||||
getBasePath(): string {
|
||||
// If in development mode, use the local API
|
||||
if (isDevMode()) {
|
||||
return `http://localhost:11011`;
|
||||
return `http://localhost:5000`;
|
||||
}
|
||||
|
||||
// Use the server-injected base path or fallback to root
|
||||
|
||||
Reference in New Issue
Block a user