mirror of
https://github.com/kaaninchen/Laterna.git
synced 2026-09-17 19:12:48 +00:00
refactor: clarify response on createController
This commit is contained in:
@@ -43,10 +43,6 @@ type DeleteData struct {
|
||||
Deleted int `json:"deleted"`
|
||||
}
|
||||
|
||||
type CreateData struct {
|
||||
Created int `json:"created"`
|
||||
}
|
||||
|
||||
type ToggleController struct {
|
||||
ID int `json:"id"`
|
||||
Active bool `json:"active"`
|
||||
|
||||
Reference in New Issue
Block a user