Skip to content

Commit

Permalink
Fix: 오타 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
dlawjddn authored Mar 23, 2024
1 parent 332d3d5 commit e54ff04
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
@RequestMapping("/api/auth")
@RequiredArgsConstructor
public class AuthController {
@Value("{$domain.server}")
@Value("${domain.server}")
private String domain;
private final AuthService authService;
@PostMapping("/sign-up")
Expand Down

0 comments on commit e54ff04

Please sign in to comment.