🔗 Update news view to use media.signed route for temporary signed URLs

This commit is contained in:
HolgerHatGarKeineNode
2026-01-25 19:52:09 +01:00
parent 1a73912dd9
commit 7bad86dcb9

View File

@@ -270,7 +270,7 @@ class extends Component {
<flux:button <flux:button
xs xs
target="_blank" target="_blank"
:href="url()->temporarySignedRoute('dl', now()->addMinutes(30), ['media' => $post->getFirstMedia('pdf')])" :href="url()->temporarySignedRoute('media.signed', now()->addMinutes(30), ['media' => $post->getFirstMedia('pdf')])"
icon="cloud-arrow-down"> icon="cloud-arrow-down">
Öffnen Öffnen
</flux:button> </flux:button>