Skip to content

Commit

Permalink
Merge pull request #572 from boostcampwm2023/BE
Browse files Browse the repository at this point in the history
Main merge
  • Loading branch information
SungMinCho-Kor authored Dec 14, 2023
2 parents 95a3110 + a65f536 commit 97d92d7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 51 deletions.
50 changes: 0 additions & 50 deletions .gitmessage.txt

This file was deleted.

1 change: 0 additions & 1 deletion BE/src/login/login.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import { AppleLoginDto } from './dto/appleLogin.dto';
import { AuthGuard } from '../common/guard/auth.guard';

@Controller()
@UseGuards(AuthGuard)
export class LoginController {
constructor(private readonly loginService: LoginService) {}

Expand Down

0 comments on commit 97d92d7

Please sign in to comment.