mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-08-17 09:01:06 +02:00
Basic vue frontend with auth
This commit is contained in:
18
app/Http/Controllers/SinglePageController.php
Normal file
18
app/Http/Controllers/SinglePageController.php
Normal file
@ -0,0 +1,18 @@
|
||||
<?php
|
||||
|
||||
namespace App\Http\Controllers;
|
||||
|
||||
use Illuminate\Http\Request;
|
||||
|
||||
class SinglePageController extends Controller
|
||||
{
|
||||
|
||||
/**
|
||||
* return the main view
|
||||
* @return view
|
||||
*/
|
||||
public function index()
|
||||
{
|
||||
return view("landing");
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user