We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 462938b commit a7f0409Copy full SHA for a7f0409
server/src/upload/upload.controller.ts
@@ -22,7 +22,7 @@ const baseHost = baseHosts[NODE_ENV] || {
22
domain: 'www.giibee.com',
23
};
24
25
-// @UseGuards(JwtAuthGuardUser)
+@UseGuards(JwtAuthGuardUser)
26
@Controller('api/upload')
27
export class UploadController {
28
@Post()
0 commit comments