Skip to content

Commit

Permalink
'.'
Browse files Browse the repository at this point in the history
  • Loading branch information
ManucherKM committed Sep 21, 2023
1 parent 043443c commit dba2210
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/google-user/google-user.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ import { CreateGoogleUserDto } from './dto/create-google-user.dto'
import { GoogleUserService } from './google-user.service'

@ApiTags('Google User')
@Controller('google-user')
@UseGuards(JwtAuthGuard)
@Controller('google-user')
export class GoogleUserController {
constructor(private readonly googleUserService: GoogleUserService) {}

Expand Down
3 changes: 1 addition & 2 deletions src/google-user/google-user.module.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { JwtModule } from '@/jwt/jwt.module'
import { forwardRef, Module } from '@nestjs/common'
import { Module } from '@nestjs/common'
import { MongooseModule } from '@nestjs/mongoose'
import { GoogleUser, GoogleUserSchema } from './entities/google-user.entity'
import { GoogleUserController } from './google-user.controller'
Expand Down

0 comments on commit dba2210

Please sign in to comment.