Skip to content

Commit

Permalink
Formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
oharsta committed Oct 25, 2024
1 parent 609ee1d commit 439ba2e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public EVAController(ProvisioningRepository provisioningRepository, ObjectMapper
}

@PostMapping(value = "/api/v1/guest/create", consumes = MediaType.APPLICATION_FORM_URLENCODED_VALUE)
public ResponseEntity<Map<String, Object>> createUser(GuestAccount guestAccount) throws JsonProcessingException {
public ResponseEntity<Map<String, Object>> createUser(GuestAccount guestAccount) {
LOG.info("eva/api/v1/guest/create POST " + guestAccount);

String id = UUID.randomUUID().toString();
Expand Down

0 comments on commit 439ba2e

Please sign in to comment.