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()