lijian 1 year ago
parent
commit
abe947b15e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      services/registry/registry.go

+ 1 - 1
services/registry/registry.go

@@ -274,7 +274,7 @@ func (r *Registry) FindApplication(id string, reply *models.Application) error {
 	return nil
 }
 
-// AppAuth will find the application with given args
+// FindApplicationByAppKey AppAuth will find the application with given args
 func (r *Registry) FindApplicationByAppKey(args *rpcs.ArgsAppAuth, reply *models.Application) error {
 	fmt.Println("1")
 	db, err := getDB()