Skip to content

Commit

Permalink
code refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
710leo committed Oct 27, 2023
1 parent 89b6596 commit cee0ce6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/migrate/migrate.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ func InsertPermPoints(db *gorm.DB) {

ops = append(ops, models.RoleOperation{
RoleName: "Standard",
Operation: "/help/variable-configs/add",
Operation: "/permissions",
})

for _, op := range ops {
Expand Down

0 comments on commit cee0ce6

Please sign in to comment.