Skip to content

Commit

Permalink
🔥 : remove ModuleMVCController
Browse files Browse the repository at this point in the history
  • Loading branch information
juwit authored and cdubuisson committed Apr 9, 2020
1 parent 119bb4e commit eba9e2b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 138 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,5 +83,13 @@ public Optional<String> readme(@PathVariable String id) {
return moduleGitRepository.getReadme(module);
}

}

@ResponseStatus(HttpStatus.NOT_FOUND)
class ModuleNotFoundException extends RuntimeException{
}

@ResponseStatus(HttpStatus.FORBIDDEN)
class ModuleForbiddenException extends RuntimeException{
}

This file was deleted.

This file was deleted.

0 comments on commit eba9e2b

Please sign in to comment.