feat: add tenant commands
This commit is contained in:
@@ -64,7 +64,7 @@ func Serve(cmd *cobra.Command, args []string) error {
|
||||
http.Service.Engine.Use(mid.WeChatVerify)
|
||||
http.Service.Engine.Use(mid.WeChatAuthUserInfo)
|
||||
http.Service.Engine.Use(mid.WeChatSilentAuth)
|
||||
http.Service.Engine.Use(mid.JwtParse)
|
||||
http.Service.Engine.Use(mid.ParseJWT)
|
||||
|
||||
mounts := map[string][]string{
|
||||
"/t/{tenant}": {"users", "medias"},
|
||||
|
||||
Reference in New Issue
Block a user