Skip to content

Commit

Permalink
#2 Alteração final
Browse files Browse the repository at this point in the history
  • Loading branch information
Jhê Cardoso committed Feb 12, 2021
1 parent 161126f commit 75d0a5a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -246,3 +246,7 @@ hs_err_pid*
*.iml
/.idea/
/.idea/

# file: ~/.gitignore_global
.DS_Store
.idea
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
@RequestMapping("/courses")
public final class CourseController {

@Autowired
private final CourseService service;

@GetMapping
Expand Down

0 comments on commit 75d0a5a

Please sign in to comment.