Skip to content

Commit

Permalink
Update AuthController.java
Browse files Browse the repository at this point in the history
  • Loading branch information
dlawjddn authored Mar 23, 2024
1 parent 3636bb0 commit 4a0bd51
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("${server.domain}")
private String domain;
private final AuthService authService;
@PostMapping("/sign-up")
Expand Down

0 comments on commit 4a0bd51

Please sign in to comment.