create token decorator and consumer module
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import { Controller } from '@nestjs/common'
|
||||
import { ApiTags } from '@nestjs/swagger'
|
||||
|
||||
@ApiTags('Consumer')
|
||||
@Controller('consumer')
|
||||
export class ConsumerController {}
|
||||
Reference in New Issue
Block a user