Skip to content

Commit 294e758

Browse files
committed
Update the test generated openapi.json with new /test/async endpoint
1 parent 4fa12eb commit 294e758

File tree

1 file changed

+21
-0
lines changed
  • tests/test-javalin-jsonb/src/main/resources/public

1 file changed

+21
-0
lines changed

tests/test-javalin-jsonb/src/main/resources/public/openapi.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1024,6 +1024,27 @@
10241024
}
10251025
}
10261026
},
1027+
"/test/async" : {
1028+
"get" : {
1029+
"tags" : [
1030+
1031+
],
1032+
"summary" : "",
1033+
"description" : "",
1034+
"responses" : {
1035+
"200" : {
1036+
"description" : "",
1037+
"content" : {
1038+
"application/json" : {
1039+
"schema" : {
1040+
"$ref" : "#/components/schemas/HelloDto"
1041+
}
1042+
}
1043+
}
1044+
}
1045+
}
1046+
}
1047+
},
10271048
"/test/byte" : {
10281049
"get" : {
10291050
"tags" : [

0 commit comments

Comments
 (0)