feat: implement downloading from s3
All checks were successful
Container Build for tmnf-replay-server / docker (push) Successful in 1m3s

This commit is contained in:
2026-03-12 19:31:54 +01:00
parent 5e7cfec791
commit 060216d381
2 changed files with 30 additions and 2 deletions

View File

@@ -37,7 +37,7 @@
{
"targets": 3,
"render": function ( data, type, full, meta ) {
return '<a href=\"/static/'+data+'\" download>Download</a>';
return '<a href=\"/downloads/'+data+'\" download>Download</a>';
}
},
{