mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-13 10:42:16 +01:00
Added shareable reports
This commit is contained in:
committed by
Constantin Graf
parent
0ee0175f04
commit
c03aad1abd
@@ -25,6 +25,10 @@ use Laravel\Jetstream\Jetstream;
|
||||
|
||||
Route::get('/', [HomeController::class, 'index']);
|
||||
|
||||
Route::get('/shared-report', function () {
|
||||
return Inertia::render('SharedReport');
|
||||
})->name('shared-report');
|
||||
|
||||
Route::middleware([
|
||||
'auth:web',
|
||||
config('jetstream.auth_session'),
|
||||
|
||||
Reference in New Issue
Block a user