authentication authorization
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
|
||||
|
||||
import { Controller, Get } from '@nestjs/common';
|
||||
import { Public } from '../auth/Public';
|
||||
import { HelloService } from './HelloService';
|
||||
|
||||
@Public()
|
||||
@Controller()
|
||||
export class HelloController {
|
||||
constructor(private readonly helloService: HelloService) {}
|
||||
|
||||
Reference in New Issue
Block a user