Skip to content

Commit 2ad6e08

Browse files
authored
fix: correct menu path for post to plural form (#248)
1 parent 3f5aa53 commit 2ad6e08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

models/tenant_migrate.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -812,7 +812,7 @@ func (t *Tenant) Migrate(tenantImp center.TenantImp, tx *gorm.DB) error {
812812
},
813813
{
814814
Name: "post",
815-
Path: "/post",
815+
Path: "/posts",
816816
Sort: 19,
817817
Type: pkg.MenuAccessType,
818818
Children: []*Menu{

0 commit comments

Comments
 (0)