Merge branch 'refactor-credential-create' of https://github.com/runzexia/kubesphere into refactor-credential-create
Signed-off-by: runzexia <runzexia@yunify.com> # Conflicts: # pkg/models/devops/project_credential_handler.go
This commit is contained in:
@@ -71,6 +71,7 @@ func Run(s *options.ServerRunOptions) error {
|
||||
waitForResourceSync()
|
||||
|
||||
container := runtime.Container
|
||||
container.DoNotRecover(false)
|
||||
container.Filter(filter.Logging)
|
||||
|
||||
for _, webservice := range container.RegisteredWebServices() {
|
||||
|
||||
@@ -83,6 +83,7 @@ func Run(s *options.ServerRunOptions) error {
|
||||
|
||||
container := runtime.Container
|
||||
container.Filter(filter.Logging)
|
||||
container.DoNotRecover(false)
|
||||
|
||||
for _, webservice := range container.RegisteredWebServices() {
|
||||
for _, route := range webservice.Routes() {
|
||||
|
||||
Reference in New Issue
Block a user