stuff
This commit is contained in:
@@ -81,7 +81,7 @@
|
||||
</li>
|
||||
@endif
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="/dashboard">Profile</a>
|
||||
<a class="nav-link" href="/profile">Profile</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="/logout">Logout</a>
|
||||
|
||||
@@ -25,6 +25,7 @@ Route::group(['middleware' => ['auth']], function(){
|
||||
*/
|
||||
Route::get('/dashboard', 'Dashboard\DashboardController@index');
|
||||
Route::post('/dashboard/alt/delete', 'Dashboard\DashboardController@removeAlt');
|
||||
Route::get('/profile', 'Dashboard\DashboardController@profile');
|
||||
|
||||
/**
|
||||
* AJAX Test pages
|
||||
|
||||
Reference in New Issue
Block a user