diff --git a/app/Http/Controllers/System/SyncOrthancController.php b/app/Http/Controllers/System/SyncOrthancController.php index 64b1f5d..da03301 100644 --- a/app/Http/Controllers/System/SyncOrthancController.php +++ b/app/Http/Controllers/System/SyncOrthancController.php @@ -11,6 +11,6 @@ public function __invoke() { (new StudiesSync)->execute(); - return redirect()->route('studies.index'); + return redirect()->route('woklist.index'); } }