We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37da536 commit 82eafa3Copy full SHA for 82eafa3
channels/http/router/router.go
@@ -34,8 +34,8 @@ func Init(ctr *container.Container) *mux.Router {
34
r.Use(requestAlterMidleware.Middleware)
35
36
// initialize controllers
37
- sampleController := controllers.NewSampleController(ctr)
38
apiController := controllers.NewAPIController(ctr)
+ sampleController := controllers.NewSampleController(ctr)
39
40
// bind controller functions to routes
41
0 commit comments