Skip to content

Commit

Permalink
remove deprecated REST endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
teosarca committed Jul 22, 2017
1 parent 843150d commit 18fc3c1
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/main/java/de/metas/ui/web/board/BoardRestController.java
Original file line number Diff line number Diff line change
Expand Up @@ -237,13 +237,6 @@ private static final BoardCardChangeRequest createBoardCardChangeRequest(final L
return request.build();
}

@GetMapping("/{boardId}/newCardsView")
@Deprecated
public JSONViewResult createNewCardsView_DEPRECATED(@PathVariable("boardId") final int boardId)
{
return createNewCardsView(boardId);
}

@PostMapping("/{boardId}/newCardsView")
public JSONViewResult createNewCardsView(@PathVariable("boardId") final int boardId)
{
Expand Down

0 comments on commit 18fc3c1

Please sign in to comment.