From dc2c414e261366aeaa55115a665d935e913d0240 Mon Sep 17 00:00:00 2001 From: serr Date: Sun, 8 Jun 2025 18:09:11 +0300 Subject: [PATCH] =?UTF-8?q?=D0=B8=D0=B7=20=D0=BA=D0=BE=D0=BD=D1=84=D0=B8?= =?UTF-8?q?=D0=B3=D0=B0=20=D1=83=D0=B1=D1=80=D0=B0=D0=BB=20=D0=B4=D0=BE?= =?UTF-8?q?=D0=BC=D0=B5=D0=BD,=20=D1=82=D0=B0=D0=BA=20=D0=BA=D0=B0=D0=BA?= =?UTF-8?q?=20=D1=8D=D1=82=D0=BE=20=D0=BD=D0=B5=20=D0=BD=D1=83=D0=B6=D0=BD?= =?UTF-8?q?=D0=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mvc/models/config.go | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/mvc/models/config.go b/mvc/models/config.go index fda71d7..1d8cfb6 100644 --- a/mvc/models/config.go +++ b/mvc/models/config.go @@ -28,11 +28,10 @@ type pathsConfig struct { } type serverConfig struct { - LocalIP string `json:"local_ip"` - LocalPort string `json:"local_port"` - ServerIP string `json:"server_ip"` - ServerPort string `json:"server_port"` - ServerDomain string `json:"server_domain"` + LocalIP string `json:"local_ip"` + LocalPort string `json:"local_port"` + ServerIP string `json:"server_ip"` + ServerPort string `json:"server_port"` } type lastFMConfig struct {