mirror of
https://github.com/getnamingo/registry.git
synced 2025-06-28 23:23:22 +02:00
Added list of applications in panel
This commit is contained in:
parent
11b5f212a5
commit
fe1de8938d
5 changed files with 245 additions and 2 deletions
|
@ -14,6 +14,11 @@ class DomainsController extends Controller
|
|||
return view($response,'admin/domains/listDomains.twig');
|
||||
}
|
||||
|
||||
public function listApplications(Request $request, Response $response)
|
||||
{
|
||||
return view($response,'admin/domains/listApplications.twig');
|
||||
}
|
||||
|
||||
public function checkDomain(Request $request, Response $response)
|
||||
{
|
||||
if ($request->getMethod() === 'POST') {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue