mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 10:34:17 +00:00
use template literal
This commit is contained in:
parent
ffb8c2b093
commit
4451c46fff
@ -69,7 +69,7 @@ export default async (req, res) => {
|
||||
info: build.metadata
|
||||
})
|
||||
|
||||
url = path.join(`https://`, process.env.B2_CDN_ENDPOINT, process.env.B2_BUCKET, remotePath)
|
||||
url = `https://${process.env.B2_CDN_ENDPOINT}/${process.env.B2_BUCKET}/${remotePath}`
|
||||
|
||||
break
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user