This commit is contained in:
2023-06-11 12:40:53 -04:00
parent f9b6e2136b
commit 7fc4336397
14 changed files with 393 additions and 201 deletions

View File

@@ -39,7 +39,3 @@ func NewController() *Controller {
TokenURL: TokenURL,
}
}
type Message struct {
Message string `json:"message" example:"message"`
}