feat: Basic setup with auth
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
import { Controller, Get } from '@nestjs/common';
|
||||
import { AppService } from './app.service';
|
||||
import { Public } from './auth/decorators';
|
||||
|
||||
@Controller()
|
||||
@Controller('')
|
||||
@Public(true)
|
||||
export class AppController {
|
||||
constructor(private readonly appService: AppService) {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user