Forgot to connect to the DB in the admin tool

This commit is contained in:
2022-08-06 16:47:46 +02:00
parent f3f8d353f1
commit cbf17e7d27
3 changed files with 92 additions and 69 deletions

View File

@@ -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"`
}