[add] Injecting dependency

This commit is contained in:
2018-08-05 04:30:50 -06:00
parent 2920fdd89b
commit 09f11ebe49
3 changed files with 10 additions and 5 deletions

View File

@@ -42,4 +42,7 @@ $app->get('/api/decrypt/password/{string}', function (Request $request, Response
if ($cosa){
return "yea";
}
else{
"nah";
}
});