Skip to content

Commit 416a38a

Browse files
authored
Update routes.php
1 parent 84d1699 commit 416a38a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stubs/cms/core/layout/routes.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
Route::get('/assets/{module}/{type}/{file}', [ function ($module, $type, $file) {
77
$module = ucfirst($module);
88

9-
$path = base_path("cms/local/".Cms::getCurrentTheme()."/$module/resources/asserts/$type/$file");
9+
$path = base_path("cms/local/".Cms::getCurrentTheme()."/$module/resources/assets/$type/$file");
1010

1111
if (\File::exists($path)) {
1212
//return response()->download($path, "$file");

0 commit comments

Comments
 (0)