We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 659397d commit 5491334Copy full SHA for 5491334
projects/fusio-sdk/src/lib/service/config.service.ts
@@ -29,7 +29,7 @@ export class ConfigService {
29
if (this.config.homePath) {
30
return this.config.homePath;
31
} else {
32
- return '/account';
+ return '/backend';
33
}
34
35
0 commit comments