Skip to content

Commit

Permalink
v2.16.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Dooy committed Mar 21, 2024
1 parent be09e81 commit 6b74065
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ if(isUpload){
res.json({ error:`server is no open uploader `,created:Date.now() })
});
}
app.use('/uploads',authV2 , express.static('uploads'));
app.use('/uploads' , express.static('uploads'));

// R2Client function
const R2Client = () => {
Expand Down

0 comments on commit 6b74065

Please sign in to comment.