Skip to content

Commit

Permalink
Merge github.com:alphablox-team/AlphaBloxWeb
Browse files Browse the repository at this point in the history
merge sevens thing
  • Loading branch information
singharaj-usai committed Oct 6, 2024
2 parents f29b5a2 + 1ebe140 commit 55ca12d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion server/functions/api/routes/games.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,8 @@ router.post('/upload', authenticateToken, (req, res, next) => {
Bucket: process.env.AWS_S3_BUCKET_NAME,
Key: rbxlKey,
Body: req.files['rbxlFile'][0].buffer,
ContentType: 'application/octet-stream'
ContentType: 'application/octet-stream',
ACL: 'public-read'
}).promise();

const asset = new Asset({
Expand Down

0 comments on commit 55ca12d

Please sign in to comment.