This commit is contained in:
laodaming
2023-06-12 14:05:35 +08:00
parent 7d21c9ebc8
commit 53a3490837
24 changed files with 564 additions and 27 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),
)
}