query param to flush s3 cors header cache
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
const BASE_URL = 'https://saber.supermedium.com';
|
||||
|
||||
function getS3FileUrl (id, name) {
|
||||
return `${BASE_URL}/${id}-${name}`;
|
||||
return `${BASE_URL}/${id}-${name}?v=1`;
|
||||
}
|
||||
module.exports.getS3FileUrl = getS3FileUrl;
|
||||
|
||||
Reference in New Issue
Block a user