Enable a home page to test SQRL
This commit is contained in:
@@ -14,5 +14,5 @@
|
||||
*/
|
||||
|
||||
$router->get('/', function () use ($router) {
|
||||
return $router->app->version();
|
||||
return view('home');
|
||||
});
|
||||
|
Reference in New Issue
Block a user