Skip to content

Commit 2186b3b

Browse files
committed
Clean web route file
1 parent 2e0a523 commit 2186b3b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

routes/web.php

+3-1
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,13 @@
5252
Route::get('research/projects/{slug}/', 'researchController@project')->name('research-project');
5353
Route::get('research/active-researchers', 'researchController@profiles')->name('research-profiles');
5454
Route::get('about-us/our-staff/profile/{slug}', 'researchController@profile')->name('research-profile');
55+
56+
Route::get('research/affiliates/{slug}', 'researchController@affiliate')->name('research-affiliate');
5557
Route::get('research/affiliates', 'researchController@affiliates')->name('research-affiliates');
58+
5659
Route::get('research/external-curators/{slug}', 'exhibitionsController@externals')->name('exhibition-externals');
5760
Route::get('research/external-curators','researchController@externalCurators')->name('exhibition-externals-list');
5861

59-
Route::get('research/affiliates/{slug}', 'researchController@affiliate')->name('research-affiliate');
6062
Route::get('research/online-resources/', 'researchController@resources')->name('resources');
6163
Route::get('research/online-resources/{slug}', 'researchController@resource')->name('resource');
6264
Route::get('research/opportunities/', 'researchController@opportunities')->name('opportunities');

0 commit comments

Comments
 (0)