Skip to content
Snippets Groups Projects
Commit 67000a93 authored by Karsch Lukas's avatar Karsch Lukas
Browse files

Apply 1 suggestion(s) to 1 file(s)

parent 3bfe42e7
No related branches found
No related tags found
3 merge requests!11update branch,!7update branch to get access to user auth,!5#6 #8 Authentifizierungsprozess
......@@ -16,7 +16,7 @@ import org.springframework.web.bind.annotation.RestController;
@RequiredArgsConstructor
public class AuthenticationController {
private final AuthenticationService service;
@PostMapping
@PostMapping("/register")
public ResponseEntity<AuthenticationResponse> register(
@RequestBody RegisterRequest request
) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment