Skip to content

Commit d4f6449

Browse files
committed
fix incorrectly added @path annotation
1 parent e78d029 commit d4f6449

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

dotCMS/src/main/java/com/dotcms/rest/api/v1/container/ContainerResource.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1405,7 +1405,6 @@ public final Response unarchive(@Context final HttpServletRequest request,
14051405
description = "Internal server error during container deletion",
14061406
content = @Content(mediaType = "application/json"))
14071407
@DELETE
1408-
@Path("/")
14091408
@JSONP
14101409
@NoCache
14111410
@Produces({MediaType.APPLICATION_JSON, "application/javascript"})

0 commit comments

Comments
 (0)