mirror of
https://github.com/getnamingo/registry.git
synced 2025-07-24 19:38:26 +02:00
Initial work on domain create and transfers
This commit is contained in:
parent
0853030237
commit
8f88bc9e6c
5 changed files with 220 additions and 5 deletions
|
@ -55,4 +55,14 @@ class DomainsController extends Controller
|
|||
// Default view for GET requests or if POST data is not set
|
||||
return view($response,'admin/domains/check.twig');
|
||||
}
|
||||
|
||||
public function create(Request $request, Response $response)
|
||||
{
|
||||
return view($response,'admin/domains/create.twig');
|
||||
}
|
||||
|
||||
public function transfers(Request $request, Response $response)
|
||||
{
|
||||
return view($response,'admin/domains/transfers.twig');
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue