Skip to content

Commit

Permalink
Update xui.go
Browse files Browse the repository at this point in the history
test
  • Loading branch information
Blaster-777 authored Feb 13, 2024
1 parent 8dcb9f7 commit 92fd760
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/controller/xui.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ func (a *XUIController) initRouter(g *gin.RouterGroup) {
g.GET("/", a.index)
g.GET("/inbounds", a.inbounds)
g.GET("/settings", a.settings)
g.GET("/xray", a.xraySettings)
g.GET("/baby", a.xraySettings)

a.inboundController = NewInboundController(g)
a.settingController = NewSettingController(g)
Expand Down

0 comments on commit 92fd760

Please sign in to comment.