- add CV management
This commit is contained in:
@@ -17,3 +17,5 @@ Route::get('projects', 'ProjectController@index');
|
||||
Route::prefix('project')->group(function() {
|
||||
Route::get('{project}', 'ProjectController@show');
|
||||
});
|
||||
|
||||
Route::get('cv/{cv}', 'CVController@show');
|
||||
|
Reference in New Issue
Block a user