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 efb3d0f commit c98eef6Copy full SHA for c98eef6
app/modules/raid/endpoints_raid.py
@@ -546,7 +546,7 @@ async def read_document(
546
information = await get_core_data(coredata_raid.RaidInformation, db)
547
if document_id in {information.raid_rules_id, information.raid_information_id}:
548
return get_file_from_data(
549
- default_asset="assets/documents/raid_rules.pdf",
+ default_asset="assets/pdf/default_PDF.pdf",
550
directory="raid",
551
filename=str(document_id),
552
)
0 commit comments