Skip to content
Snippets Groups Projects
Commit 0b42d0e0 authored by maxlastglance's avatar maxlastglance
Browse files

test new log

parent 1e8c1f33
Branches
No related tags found
No related merge requests found
......@@ -100,6 +100,7 @@ public class DatabaseEndpoint extends RestEndpoint {
log.error("Failed to give readonly user read-access: password is hashed");
throw new MalformedException("Failed to give readonly user read-access: password is hashed");
}
log.info("HALLO, das ist das neue image yooooo!!!!!!", database.getId());
accessService.create(database, dataMapper.createDatabaseDtoToReadonlyUserDto(data), AccessTypeDto.READ);
return ResponseEntity.status(HttpStatus.CREATED)
.body(database);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment