Skip to content

Commit

Permalink
Implement Authentication #13
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-w1lde committed Nov 5, 2024
1 parent 8cff8dd commit 1d8f397
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
public class AuthenticationController {
private final UseCaseExecutor executor;

@PostMapping("/loginn")
@PostMapping("/login")
public LoginResponse loginUser(
@RequestBody final LoginRequest loginRequest,
@RequestHeader(value = HttpHeaders.USER_AGENT, required = false) @Nullable String userAgent,
Expand Down

0 comments on commit 1d8f397

Please sign in to comment.