Forgot to connect to the DB in the admin tool
This commit is contained in:
@@ -2,6 +2,6 @@ package common
|
||||
|
||||
type Response struct {
|
||||
Status string
|
||||
Code string `json:"omitempty"`
|
||||
Message string `json:"omitempty"`
|
||||
Code string //`json:"omitempty"`
|
||||
Message string //`json:"omitempty"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user