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