mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-10 19:52:45 +00:00
updated read me and removed extra space
This commit is contained in:
@@ -16,7 +16,6 @@ type Route struct {
|
||||
type Routes []Route
|
||||
|
||||
func NewRouter() *mux.Router {
|
||||
|
||||
router := mux.NewRouter().StrictSlash(true)
|
||||
for _, route := range routes {
|
||||
var handler http.Handler
|
||||
|
||||
Reference in New Issue
Block a user