We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 562e173 commit 346beacCopy full SHA for 346beac
src/main/java/edu/kit/provideq/toolbox/api/ProblemRouter.java
@@ -56,7 +56,7 @@ RouterFunction<ServerResponse> getProblemRoutes() {
56
* Create operation: GET /problems.
57
*/
58
private RouterFunction<ServerResponse> defineListTypesRoute() {
59
- return route().POST(
+ return route().GET(
60
PROBLEMS_BASE_PATH,
61
accept(APPLICATION_JSON),
62
req -> handleListTypes(),
0 commit comments