refactor: clarify response on createController

This commit is contained in:
Kaaninchen
2026-08-03 19:17:59 +02:00
parent 0ea3d4f4ac
commit 6a3a0b2156
2 changed files with 1 additions and 5 deletions
-4
View File
@@ -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"`