lijian 1 vuosi sitten
vanhempi
commit
abe947b15e
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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()