|
@@ -12,7 +12,7 @@ import (
|
|
"github.com/zeromicro/go-zero/rest"
|
|
"github.com/zeromicro/go-zero/rest"
|
|
)
|
|
)
|
|
|
|
|
|
-var configFile = flag.String("f", "etc/datacenter.yaml", "the config file")
|
|
|
|
|
|
+var configFile = flag.String("f", "etc/api.yaml", "the config file")
|
|
|
|
|
|
func main() {
|
|
func main() {
|
|
flag.Parse()
|
|
flag.Parse()
|