minor changes

This commit is contained in:
mhsanaei
2025-09-24 11:47:14 +02:00
parent adf3242602
commit a0c07241c0
4 changed files with 8 additions and 5 deletions
+3 -3
View File
@@ -95,9 +95,9 @@ type Server struct {
httpServer *http.Server
listener net.Listener
index *controller.IndexController
panel *controller.XUIController
api *controller.APIController
index *controller.IndexController
panel *controller.XUIController
api *controller.APIController
xrayService service.XrayService
settingService service.SettingService