fix: align webhook regenerate route with frontend path

This commit is contained in:
2026-03-28 13:58:53 +03:00
parent 52eec11d16
commit 77251c540b
4 changed files with 30 additions and 11 deletions
+1
View File
@@ -36,6 +36,7 @@ type Registry struct {
URL string `json:"url"`
Type string `json:"type"`
Token string `json:"token"`
Owner string `json:"owner"`
CreatedAt string `json:"created_at"`
UpdatedAt string `json:"updated_at"`
}