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
Showing only changes of commit d9625e0b7d - Show all commits

View File

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