Merge remote-tracking branch 'origin/dmp-refactoring' into dmp-refactoring
This commit is contained in:
commit
efcb6aba26
|
@ -24,6 +24,7 @@ import org.opencdmp.controllers.swagger.SwaggerHelpers;
|
|||
import org.opencdmp.controllers.swagger.annotation.OperationWithTenantHeader;
|
||||
import org.opencdmp.controllers.swagger.annotation.Swagger400;
|
||||
import org.opencdmp.controllers.swagger.annotation.Swagger404;
|
||||
import org.opencdmp.controllers.swagger.annotation.SwaggerCommonErrorResponses;
|
||||
import org.opencdmp.data.EntityDoiEntity;
|
||||
import org.opencdmp.model.DescriptionTemplateType;
|
||||
import org.opencdmp.model.EntityDoi;
|
||||
|
@ -47,6 +48,7 @@ import java.util.*;
|
|||
@RestController
|
||||
@RequestMapping(path = "api/entity-doi")
|
||||
@Tag(name = "Entity DOIs", description = "Manage entity dois")
|
||||
@SwaggerCommonErrorResponses
|
||||
public class EntityDoiController {
|
||||
|
||||
private static final LoggerService logger = new LoggerService(LoggerFactory.getLogger(EntityDoiController.class));
|
||||
|
|
Loading…
Reference in New Issue