Skip to content

Commit

Permalink
Merge pull request #94 from stmllr/master
Browse files Browse the repository at this point in the history
Add missing ; to README example code
  • Loading branch information
akrabat committed Apr 6, 2019
2 parents 1f523bc + 5c30f55 commit 12574f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ $app->get('/api/myEndPoint',function ($request, $response, $args) {
$tokenArray = [
$nameKey => $name,
$valueKey => $value
]
];

return $response->write(json_encode($tokenArray));
})->add($container->get('csrf'));
Expand Down

0 comments on commit 12574f7

Please sign in to comment.