1
0

Nog meer foutherstel

This commit is contained in:
Daniel Boutros
2017-03-25 17:01:03 +01:00
parent bcc3f22459
commit 4cf28e762e
2 changed files with 59 additions and 3 deletions

View File

@ -24,9 +24,6 @@ class Daniel
// Render index view
return $this->renderer->render($response, 'Daniel.phtml', $args);
});
$app->post('/daniel', function ($request, $response, $args) {
// Render index view
$post = $request->getParsedBody();
try {
$resp = $this->auth->login($post['rekeningnr'], $post['pascode']);