move API handlers in webservice resource files

This commit is contained in:
Wang Xin
2018-05-31 19:51:46 +08:00
parent 1a1cd8f644
commit 786eaefb7d
5 changed files with 57 additions and 71 deletions

View File

@@ -17,11 +17,11 @@ limitations under the License.
package main
import (
"github.com/spf13/pflag"
"kubesphere.io/kubesphere/pkg/app"
"kubesphere.io/kubesphere/pkg/logs"
"kubesphere.io/kubesphere/pkg/options"
"kubesphere.io/kubesphere/pkg/version"
"github.com/spf13/pflag"
)
func main() {