mirror of
https://github.com/dyzulk/trustlab-api.git
synced 2026-01-26 13:22:05 +07:00
feat(ui): port error pages, standardize fonts to Geist, and add health status page
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
use Illuminate\Support\Facades\Route;
|
||||
|
||||
Route::get('/', function () {
|
||||
return response()->json(['status' => 'ok', 'service' => 'trustlab-api']);
|
||||
return view('welcome');
|
||||
});
|
||||
|
||||
use App\Http\Controllers\AuthController;
|
||||
|
||||
Reference in New Issue
Block a user