Merge pull request #3458 from xyz-li/app-fix
Fix nil pointer and missing router
This commit is contained in:
@@ -39,7 +39,7 @@ func (s *Options) Validate() []error {
|
||||
return errors
|
||||
}
|
||||
|
||||
func (s *Options) IsEmpty() bool {
|
||||
func (s *Options) AppStoreConfIsEmpty() bool {
|
||||
return s.S3Options == nil || s.S3Options.Endpoint == ""
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user