- add CV management

This commit is contained in:
2023-06-16 13:41:39 +02:00
parent 9518d6a811
commit 390c5b8087
8 changed files with 173 additions and 3 deletions

View File

@@ -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');