features/working-on-scopes #13

Merged
jtom38 merged 28 commits from features/working-on-scopes into main 2024-04-04 15:31:54 -07:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit d9625e0b7d - Show all commits

View File

@ -1,7 +1,7 @@
package domain
type ErrorResponse struct {
HttpCode int `json:"code"`
Success bool `json:"success"`
Message string `json:"message"`
}