Skip to content

Commit

Permalink
Multiple refactor
Browse files Browse the repository at this point in the history
- Refactor method name
- Created a new endpoit to delete a user
- Changed to upperCase ADMIN role
  • Loading branch information
LauroSilveira committed Oct 1, 2024
1 parent f65a919 commit 31b78f3
Show file tree
Hide file tree
Showing 13 changed files with 400 additions and 338 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
java-version: '21'
distribution: 'temurin'
cache: maven

Expand Down
Loading

0 comments on commit 31b78f3

Please sign in to comment.