This commit is contained in:
laodaming
2023-06-09 16:45:29 +08:00
parent 5e9bfeacb6
commit 417ee59b39
6 changed files with 82 additions and 8 deletions

View File

@@ -23,6 +23,6 @@ func RegisterHandlers(server *rest.Server, serverCtx *svc.ServiceContext) {
Handler: SaveCanteenTypeProductHandler(serverCtx),
},
},
rest.WithJwt(serverCtx.Config.Auth.AccessSecret),
//rest.WithJwt(serverCtx.Config.Auth.AccessSecret),
)
}