add mock privacy policy

This commit is contained in:
2025-08-07 14:07:20 +02:00
parent cb9c7694db
commit eceace7e5e
4 changed files with 6 additions and 3 deletions

View File

@@ -3,5 +3,10 @@
"target": "https://localhost:7103", "target": "https://localhost:7103",
"secure": false, "secure": false,
"changeOrigin": true "changeOrigin": true
},
"/docs": {
"target": "https://localhost:7103",
"secure": false,
"changeOrigin": true
} }
} }

View File

@@ -9,5 +9,5 @@ import { PdfViewerModule } from 'ng2-pdf-viewer';
styleUrl: './privacy-policy.component.scss' styleUrl: './privacy-policy.component.scss'
}) })
export class PrivacyPolicyComponent { export class PrivacyPolicyComponent {
@Input('pdfSrc') pdfSrc: string = 'pdfSrc'; @Input('pdfSrc') pdfSrc: string = 'privacy-policy.pdf';
} }

View File

@@ -30,8 +30,6 @@
<ItemGroup> <ItemGroup>
<Folder Include="ClientApp\" /> <Folder Include="ClientApp\" />
<Folder Include="wwwroot\" />
<Folder Include="wwwroot\" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>