display date

This commit is contained in:
m
2026-07-12 18:24:58 +02:00
parent da780baf82
commit 778830eb36
7 changed files with 122 additions and 31 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ func (s *URLService) GenerateDownloadURL(fileUUID string) string {
sig := s.sign(fileUUID, expires)
return fmt.Sprintf(
"%s/api/v1/files/%s?expires=%d&sig=%s",
"%s/api/v1/files/download/%s?expires=%d&sig=%s",
s.serverHost,
fileUUID,
expires,