feat: add admin session api

This commit is contained in:
Lakhan Samani
2021-12-31 14:28:00 +05:30
parent e35d0cbcd6
commit 217410e9a4
10 changed files with 84 additions and 110 deletions

View File

@@ -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 {