Browse Source

修改大小写

xuzhiheng 3 years ago
parent
commit
20fc2079c7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      api/orderapplication.go

+ 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()