Skip to content

Commit 050514a

Browse files
committed
FOUR-27904 Missing file.
1 parent 4570127 commit 050514a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

routes/web.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,10 @@
252252
return view('errors.not-authorized');
253253
})->name('errors.not-authorized');
254254

255+
Route::get('/task-is-not-assigned', function () {
256+
return view('errors.task-is-not-assigned');
257+
})->name('errors.task-is-not-assigned');
258+
255259
// SAML Metadata Route
256260
Route::resource('/saml/metadata', MetadataController::class)->only('index');
257261

0 commit comments

Comments
 (0)