Skip to content

Commit 5491334

Browse files
committed
use backend as home path
1 parent 659397d commit 5491334

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/fusio-sdk/src/lib/service/config.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export class ConfigService {
2929
if (this.config.homePath) {
3030
return this.config.homePath;
3131
} else {
32-
return '/account';
32+
return '/backend';
3333
}
3434
}
3535

0 commit comments

Comments
 (0)