Skip to content

Commit

Permalink
🔧 fix : auth api 경로 변경(#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
jinddings committed Nov 14, 2024
1 parent 5eb4fc5 commit e028917
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BE/src/auth/auth.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import { ConfigService } from '@nestjs/config';
import { AuthService } from './auth.service';
import { AuthCredentialsDto } from './dto/auth-credentials.dto';

@Controller('auth')
@Controller('/api/auth')
export class AuthController {
constructor(
private authService: AuthService,
Expand Down

0 comments on commit e028917

Please sign in to comment.