xuzhiheng 3 жил өмнө
parent
commit
20fc2079c7

+ 1 - 1
api/orderapplication.go

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