Groundwork

This commit is contained in:
2018-03-30 09:16:28 -04:00
parent 43d4fb811d
commit 44f5243c21
3 changed files with 26 additions and 0 deletions

View File

@ -14,6 +14,10 @@ class PagesController extends Controller
{
return view('home');
}
public function createzone(Request $createzone_req)
{
return view('createzone');
}
public function domains(Request $domain_req)
{