mirror of
https://github.com/FAUSheppy/tmnf-replay-server.git
synced 2026-04-26 14:02:29 +02:00
feat: implement downloading from s3
All checks were successful
Container Build for tmnf-replay-server / docker (push) Successful in 1m3s
All checks were successful
Container Build for tmnf-replay-server / docker (push) Successful in 1m3s
This commit is contained in:
@@ -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>';
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user