fixed port configuration and logs

This commit is contained in:
Flaminel
2025-06-21 20:19:05 +03:00
parent a61a10af8f
commit 8f34bdc780
3 changed files with 4 additions and 20 deletions

View File

@@ -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