Skip to content

Commit ad041d4

Browse files
committed
fix status
1 parent 673b41a commit ad041d4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

opengrok-web/src/main/java/org/opengrok/web/api/v1/controller/ProjectsController.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,8 @@ public Response deleteProjectData(@Context HttpServletRequest request,
231231
() -> {
232232
deleteProjectDataWorkHorse(projectName);
233233
return null;
234-
}));
234+
},
235+
Response.Status.NO_CONTENT));
235236
}
236237

237238
private void deleteProjectDataWorkHorse(String projectName) {

0 commit comments

Comments
 (0)