mirror of
https://github.com/getnamingo/registry.git
synced 2025-06-29 23:53:17 +02:00
Big work on domain applications in panel
This commit is contained in:
parent
58c8f8f01a
commit
e9ed61cfa9
11 changed files with 2059 additions and 76 deletions
|
@ -13,12 +13,7 @@ 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