Skip to content

Commit c98eef6

Browse files
Use an existing default file for raid rules (#771)
1 parent efb3d0f commit c98eef6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/modules/raid/endpoints_raid.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -546,7 +546,7 @@ async def read_document(
546546
information = await get_core_data(coredata_raid.RaidInformation, db)
547547
if document_id in {information.raid_rules_id, information.raid_information_id}:
548548
return get_file_from_data(
549-
default_asset="assets/documents/raid_rules.pdf",
549+
default_asset="assets/pdf/default_PDF.pdf",
550550
directory="raid",
551551
filename=str(document_id),
552552
)

0 commit comments

Comments
 (0)