diff --git a/routes/routes.php b/routes/routes.php index 9c489d7..6503e29 100644 --- a/routes/routes.php +++ b/routes/routes.php @@ -24,5 +24,5 @@ Router::$verbs = array_merge(Router::$verbs, $verbs); Route::any('{path?}', 'DAVController@init') - ->where('path', '(.)*') - ->name('sabre.dav'); + ->name('sabre.dav') + ->where('path', '(.)*');