feat: handle port forward subdomain conflict
This commit is contained in:
@@ -5,7 +5,7 @@ import "fmt"
|
||||
type APIError struct {
|
||||
StatusCode int `json:"-"`
|
||||
Code string `json:"code"`
|
||||
Message string `json:"error"`
|
||||
Message string `json:"error,omitempty"`
|
||||
}
|
||||
|
||||
func New(status int, code, message string) *APIError {
|
||||
|
Reference in New Issue
Block a user