OOPS
This commit is contained in:
parent
cddcb51a57
commit
1b6663c716
1 changed files with 1 additions and 1 deletions
2
index.js
2
index.js
|
@ -88,7 +88,7 @@ var cachedImages = JSON.parse(fs.readFileSync(cacheFile))
|
|||
var constants = JSON.parse(fs.readFileSync(path.join(__dirname, "constants.json")))
|
||||
var activityImages = constants.activityImages
|
||||
|
||||
var thumborURL = "https://thumbor-production-0e82.up.railway.app/unsafe"
|
||||
var thumborURL = "https://thumbor-production-0e82.up.railway.app/unsafe/"
|
||||
var imgExtension = "png"
|
||||
var thumborArgs = `filters:format(${imgExtension})/`
|
||||
|
||||
|
|
Loading…
Reference in a new issue