This commit is contained in:
Twilight 2024-06-13 19:17:12 +08:00
parent c2b8d0e654
commit 0307aef76f

View File

@ -13,6 +13,7 @@ var httpCommand = &cobra.Command{
Run: func(cmd *cobra.Command, args []string) { Run: func(cmd *cobra.Command, args []string) {
providers.InitConfig() providers.InitConfig()
providers.InitLogger() providers.InitLogger()
// you should uncommit it after run make ent
//providers.InitEnt() //providers.InitEnt()
//providers.InitRedis() //providers.InitRedis()
providers.InitJwksRefresh() providers.InitJwksRefresh()