complete story 7.4 with qa tests
This commit is contained in:
@@ -145,6 +145,9 @@ Route::middleware(['auth', 'active'])->group(function () {
|
||||
Volt::route('/', 'client.timelines.index')->name('index');
|
||||
Volt::route('/{timeline}', 'client.timelines.show')->name('show');
|
||||
});
|
||||
|
||||
// Profile
|
||||
Volt::route('/profile', 'client.profile')->name('profile');
|
||||
});
|
||||
|
||||
// Settings routes
|
||||
|
||||
Reference in New Issue
Block a user