file route for template generation

This commit is contained in:
2024-09-13 17:16:04 +03:00
parent f868219981
commit c0b3878674
2 changed files with 14 additions and 0 deletions
+1
View File
@@ -14,6 +14,7 @@ use Lucent\Http\Controller\SetupController;
Route::get('/lucent/setup', [SetupController::class, 'setup']);
Route::get('/storage/templates/{any}', [FileController::class, 'template'])->where('any', '.*');
Route::group([
'middleware' => ['web'],