Browse Source

api改名

songxiaohang 1 year ago
parent
commit
985ea9f7d7
2 changed files with 1 additions and 1 deletions
  1. 1 1
      app/cmd/api/dt-gateway-api.go
  2. 0 0
      app/cmd/api/etc/dt-gateway-api.yaml

+ 1 - 1
app/cmd/api/api.go → app/cmd/api/dt-gateway-api.go

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

+ 0 - 0
app/cmd/api/etc/api.yaml → app/cmd/api/etc/dt-gateway-api.yaml