1
0
Fork 0
mirror of https://codeberg.org/demostf/api.git synced 2026-06-04 02:14:06 +02:00

filter by backend

This commit is contained in:
Robin Appelman 2017-08-08 00:29:24 +02:00
commit df83a46e20
17 changed files with 265 additions and 38 deletions

View file

@ -33,6 +33,8 @@ $factory = new \RandomLib\Factory();
$generator = $factory->getMediumStrengthGenerator();
$container = new Container(
Flight::request(),
Flight::response(),
$db,
$generator,
'https://' . $host,