mirror of
https://github.com/getnamingo/registry.git
synced 2025-08-01 07:16:12 +02:00
Added basic domain history page; will be expanded
This commit is contained in:
parent
6ca9e5256a
commit
5e49fbc2bb
6 changed files with 220 additions and 1 deletions
|
@ -66,6 +66,14 @@ $container->set('pdo', function () use ($pdo) {
|
|||
return $pdo;
|
||||
});
|
||||
|
||||
$container->set('db_audit', function () use ($db_audit) {
|
||||
return $db_audit;
|
||||
});
|
||||
|
||||
$container->set('pdo_audit', function () use ($pdo_audit) {
|
||||
return $pdo_audit;
|
||||
});
|
||||
|
||||
$container->set('auth', function() {
|
||||
//$responseFactory = new \Nyholm\Psr7\Factory\Psr17Factory();
|
||||
//$response = $responseFactory->createResponse();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue