Skip to content

Commit a7f0409

Browse files
committed
+图片上传加水印功能
1 parent 462938b commit a7f0409

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/upload/upload.controller.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const baseHost = baseHosts[NODE_ENV] || {
2222
domain: 'www.giibee.com',
2323
};
2424

25-
// @UseGuards(JwtAuthGuardUser)
25+
@UseGuards(JwtAuthGuardUser)
2626
@Controller('api/upload')
2727
export class UploadController {
2828
@Post()

0 commit comments

Comments
 (0)