Skip to content

Commit

Permalink
turn todo into an question issue, see #40
Browse files Browse the repository at this point in the history
  • Loading branch information
sdorra committed Feb 21, 2018
1 parent 268dff3 commit 247f8f6
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,6 @@ public ResponseEntity<Void> createOrEdit(
WikiId id = new WikiId(repositoryId, branch);
Path path = pathExtractor.extractPathFromRequest(request, MAPPING, id);

// TODO return new page? this would safe us one request from the frontend. Is this resty?

if ( repository.exists(id, path) ) {
return edit(id, path, payload);
}
Expand Down

0 comments on commit 247f8f6

Please sign in to comment.