Skip to content

Commit

Permalink
fix relative path to get file
Browse files Browse the repository at this point in the history
  • Loading branch information
seveibar authored Dec 30, 2024
1 parent 38c701c commit 80a57cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routes/admin/files/list.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export default withRouteSpec({
<tr>
<td>${file.file_path}</td>
<td>
<a href="/admin/files/get?file_path=${encodeURIComponent(file.file_path)}">View Details</a>
<a href="./get?file_path=${encodeURIComponent(file.file_path)}">View Details</a>
</td>
</tr>
`,
Expand Down

0 comments on commit 80a57cf

Please sign in to comment.