diff options
| author | mhsanaei <ho3ein.sanaei@gmail.com> | 2025-09-24 12:47:14 +0300 |
|---|---|---|
| committer | mhsanaei <ho3ein.sanaei@gmail.com> | 2025-09-24 12:47:14 +0300 |
| commit | a0c07241c04d2488b675bdcc54b3a845580db029 (patch) | |
| tree | 87f4588658f37aa57eb11d3d56b71cd8da12ade6 /web/web.go | |
| parent | adf3242602668a57a6113a681b1331181b412cda (diff) | |
minor changes
Diffstat (limited to 'web/web.go')
| -rw-r--r-- | web/web.go | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |
