We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f4eef8 commit ad4ceefCopy full SHA for ad4ceef
app/models/server.go
@@ -6,7 +6,6 @@ type Server struct {
6
Name string `json:"name"`
7
Type string `json:"type"`
8
IPAddress string `json:"ip_address"`
9
- City string `json:"-"`
10
ControlPort string `json:"control_port"`
11
UserID string `json:"-"`
12
CreatedAt string `json:"-"`
internal/constants/index.go
@@ -7,7 +7,7 @@ const (
EXTENSIONS_PATH = LIMAN_PATH + "/extensions"
FUNCTIONS_FILE_PATH = "/views/functions.php"
EXTENSION_PUBLIC_PATH = "%s/eklenti/%s/public/"
- NAVIGATION_ROUTE = "/l/%s/%s/%s"
+ NAVIGATION_ROUTE = "/l/%s/%s"
SANDBOX_PATH = LIMAN_PATH + "/sandbox/php/index.php"
KEYS_PATH = LIMAN_PATH + "/keys"
13
CERT_PATH = LIMAN_PATH + "/certs"
0 commit comments