Go to file
Erik Foris 6b588cba8c Refactor DatasetController and DatasetService, update upvote and downvote endpoints
This commit refactors the `DatasetController` and `DatasetService` classes to update the endpoints for upvoting and downvoting datasets. The `@PostMapping` annotations are replaced with `@PutMapping` annotations to better align with RESTful conventions. This change improves the clarity and consistency of the API endpoints.
2024-06-25 09:19:24 +02:00
.mvn/wrapper chore: Add initial project files and configurations 2024-06-14 14:12:06 +02:00
src Refactor DatasetController and DatasetService, update upvote and downvote endpoints 2024-06-25 09:19:24 +02:00
.gitignore Add looking glass icon 2024-06-14 15:02:17 +02:00
mvnw chore: Add initial project files and configurations 2024-06-14 14:12:06 +02:00
mvnw.cmd chore: Add initial project files and configurations 2024-06-14 14:12:06 +02:00
pom.xml chore: Update pom.xml with swagger dependencie 2024-06-18 12:33:20 +02:00
README.md Create emty readme 2024-06-04 09:45:34 +02:00