File tree 1 file changed +3
-1
lines changed
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 52
52
Route::get ('research/projects/{slug}/ ' , 'researchController@project ' )->name ('research-project ' );
53
53
Route::get ('research/active-researchers ' , 'researchController@profiles ' )->name ('research-profiles ' );
54
54
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 ' );
55
57
Route::get ('research/affiliates ' , 'researchController@affiliates ' )->name ('research-affiliates ' );
58
+
56
59
Route::get ('research/external-curators/{slug} ' , 'exhibitionsController@externals ' )->name ('exhibition-externals ' );
57
60
Route::get ('research/external-curators ' ,'researchController@externalCurators ' )->name ('exhibition-externals-list ' );
58
61
59
- Route::get ('research/affiliates/{slug} ' , 'researchController@affiliate ' )->name ('research-affiliate ' );
60
62
Route::get ('research/online-resources/ ' , 'researchController@resources ' )->name ('resources ' );
61
63
Route::get ('research/online-resources/{slug} ' , 'researchController@resource ' )->name ('resource ' );
62
64
Route::get ('research/opportunities/ ' , 'researchController@opportunities ' )->name ('opportunities ' );
You can’t perform that action at this time.
0 commit comments