Remove port from file download URLs in attachment_store.php and upload_store.php
This commit is contained in:
@@ -81,6 +81,6 @@ class attachment_store implements minio_uploads_i
|
||||
public function generateDirectDownloadUrl(string $fileName): string
|
||||
{
|
||||
// Generate a direct download URL for the given file name
|
||||
return 'https://api.truckwash.dk:4433/files/' . $fileName;
|
||||
return 'https://api.truckwash.dk/files/' . $fileName;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user