예제 #1
0
파일: Setup.go 프로젝트: ThingFu/hub
func setupWebApplication(env api.Environment) {
	web.NewWebApplication(env.GetConfig().ServerPort)
}