Skip to content

Commit 82eafa3

Browse files
committed
changed order
1 parent 37da536 commit 82eafa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

channels/http/router/router.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ func Init(ctr *container.Container) *mux.Router {
3434
r.Use(requestAlterMidleware.Middleware)
3535

3636
// initialize controllers
37-
sampleController := controllers.NewSampleController(ctr)
3837
apiController := controllers.NewAPIController(ctr)
38+
sampleController := controllers.NewSampleController(ctr)
3939

4040
// bind controller functions to routes
4141

0 commit comments

Comments
 (0)