Skip to content

Commit 074a714

Browse files
author
QM303176530
committed
Merge branches 'gva_gormv2_dev' and 'master' of https://github.com/flipped-aurora/gin-vue-admin into gva_gormv2_dev
2 parents 46372f0 + a1191ab commit 074a714

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

server/router/sys_auto_code.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ import (
99
func InitAutoCodeRouter(Router *gin.RouterGroup) {
1010
AutoCodeRouter := Router.Group("autoCode").
1111
Use(middleware.JWTAuth()).
12-
Use(middleware.CasbinHandler()).
13-
Use(middleware.OperationRecord())
12+
Use(middleware.CasbinHandler())
1413
{
1514
AutoCodeRouter.POST("createTemp", v1.CreateTemp) // 创建自动化代码
1615
AutoCodeRouter.GET("getTables", v1.GetTables) // 获取对应数据库的表

0 commit comments

Comments
 (0)