mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-12 18:22:16 +01:00
add billing, organization settings and import to navigation
This commit is contained in:
@@ -59,6 +59,10 @@ Route::middleware([
|
||||
return Inertia::render('Tags');
|
||||
})->name('tags');
|
||||
|
||||
Route::get('/import', function () {
|
||||
return Inertia::render('Import');
|
||||
})->name('import');
|
||||
|
||||
});
|
||||
|
||||
Route::get('health-check/up', [HealthCheckController::class, 'up']);
|
||||
|
||||
Reference in New Issue
Block a user