add mock privacy policy
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -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';
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -30,8 +30,6 @@
|
|||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Folder Include="ClientApp\" />
|
<Folder Include="ClientApp\" />
|
||||||
<Folder Include="wwwroot\" />
|
|
||||||
<Folder Include="wwwroot\" />
|
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|||||||
BIN
src/DigitalData.UserManager.API/wwwroot/docs/privacy-policy.pdf
Normal file
BIN
src/DigitalData.UserManager.API/wwwroot/docs/privacy-policy.pdf
Normal file
Binary file not shown.
Reference in New Issue
Block a user