From 0307aef76fd59f65e67d1c4234912dc77cfe5fc4 Mon Sep 17 00:00:00 2001 From: Twilight Date: Thu, 13 Jun 2024 19:17:12 +0800 Subject: [PATCH] Add tips --- internal/cmd/http.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/cmd/http.go b/internal/cmd/http.go index 0efd0d6..55402ea 100644 --- a/internal/cmd/http.go +++ b/internal/cmd/http.go @@ -13,6 +13,7 @@ var httpCommand = &cobra.Command{ Run: func(cmd *cobra.Command, args []string) { providers.InitConfig() providers.InitLogger() + // you should uncommit it after run make ent //providers.InitEnt() //providers.InitRedis() providers.InitJwksRefresh()