Update response + input types for admin apis
This commit is contained in:
@@ -6,8 +6,8 @@ type AdminLoginInput struct {
|
||||
AdminSecret string `json:"admin_secret"`
|
||||
}
|
||||
|
||||
type AdminLoginResponse struct {
|
||||
Message string `json:"message"`
|
||||
type AdminSignupInput struct {
|
||||
AdminSecret string `json:"admin_secret"`
|
||||
}
|
||||
|
||||
type AuthResponse struct {
|
||||
|
Reference in New Issue
Block a user