feat: add admin session api
This commit is contained in:
@@ -9,7 +9,6 @@ type AdminLoginInput struct {
|
||||
type AdminLoginResponse struct {
|
||||
Message string `json:"message"`
|
||||
AccessToken string `json:"access_token"`
|
||||
ExpiresAt int64 `json:"expires_at"`
|
||||
}
|
||||
|
||||
type AuthResponse struct {
|
||||
|
Reference in New Issue
Block a user