Skip to content

Commit 88b3425

Browse files
committed
Update src-page.component.ts
1 parent 8d72b1b commit 88b3425

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

MyApp.Client/src/shared/src-page.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ export class SrcPageComponent {
2020
@Input() path!: string;
2121

2222
get fullPath(): string {
23-
return combinePaths('/MyApp.Client/src/pages', this.path);
23+
return combinePaths('/MyApp.Client/src/app', this.path);
2424
}
2525
}

0 commit comments

Comments
 (0)