mirror of
https://github.com/h44z/wg-portal.git
synced 2025-10-04 15:36:18 +00:00
wip: basic CRUD for peer (#426)
This commit is contained in:
@@ -42,7 +42,7 @@ type MikrotikApiResponse[T any] struct {
|
||||
type MikrotikApiError struct {
|
||||
Code int `json:"error,omitempty"`
|
||||
Message string `json:"message,omitempty"`
|
||||
Details string `json:"details,omitempty"`
|
||||
Details string `json:"detail,omitempty"`
|
||||
}
|
||||
|
||||
func (e *MikrotikApiError) String() string {
|
||||
|
Reference in New Issue
Block a user