Enable a home page to test SQRL

This commit is contained in:
Deon George
2022-10-01 00:22:19 +10:00
parent d8132baf72
commit f0ada9192e
45 changed files with 31365 additions and 3 deletions

View File

@@ -14,5 +14,5 @@
*/
$router->get('/', function () use ($router) {
return $router->app->version();
return view('home');
});