mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 08:49:13 +00:00
fix(web): fixed baseurl for log downloads (#713)
fix(Logs): fixed baseurl for log downloads
This commit is contained in:
parent
088cb8154c
commit
da416451e5
1 changed files with 1 additions and 1 deletions
|
@ -232,7 +232,7 @@ const LogFilesItem = ({ file }: LogFilesItemProps) => {
|
|||
"font-medium group flex rounded-md items-center px-2 py-2 text-sm"
|
||||
)}
|
||||
title="Download file"
|
||||
to={`${baseUrl()}api/logs/files/${file.filename}`}
|
||||
to={`/api/logs/files/${file.filename}`}
|
||||
target="_blank"
|
||||
download={true}
|
||||
>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue