mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-06 01:16:16 +00:00
Merge remote-tracking branch 'origin/5.3.x' into 6.0.x
This commit is contained in:
@@ -1 +1,5 @@
|
||||
6.0.0-SNAPSHOT
|
||||
<<<<<<< HEAD
|
||||
6.0.0-SNAPSHOT
|
||||
=======
|
||||
5.3.0-SNAPSHOT
|
||||
>>>>>>> origin/5.3.x
|
||||
|
||||
@@ -41,6 +41,8 @@ func NewRouter() *gin.Engine {
|
||||
router.POST(route.Pattern, route.HandlerFunc)
|
||||
case http.MethodPut:
|
||||
router.PUT(route.Pattern, route.HandlerFunc)
|
||||
case http.MethodPatch:
|
||||
router.PATCH(route.Pattern, route.HandlerFunc)
|
||||
case http.MethodDelete:
|
||||
router.DELETE(route.Pattern, route.HandlerFunc)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user