Producte show

Producte werden nun angezeigt .
This commit is contained in:
2023-11-14 20:27:23 +01:00
parent 8d81958da3
commit 54fdfe30a9
11 changed files with 458 additions and 29 deletions

View File

@@ -10,5 +10,6 @@ func RegisterModels() []Model {
{Model: Product{}},
{Model: Category{}},
{Model: Section{}},
{Model: ProductImage{}},
}
}