File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1414}
1515
1616Route::group (['middleware ' => ['web ' ]], function () {
17- Route::get (config ('admin.adminpath ' ).'/all. js ' , 'NickDeKruijk\Admin\Controllers\AssetController@js ' );
18- Route::get (config ('admin.adminpath ' ).'/all. css ' , 'NickDeKruijk\Admin\Controllers\AssetController@css ' );
17+ Route::get (config ('admin.adminpath ' ).'/all- js ' , 'NickDeKruijk\Admin\Controllers\AssetController@js ' );
18+ Route::get (config ('admin.adminpath ' ).'/all- css ' , 'NickDeKruijk\Admin\Controllers\AssetController@css ' );
1919});
2020Route::group (['middleware ' => ['web ' , 'auth ' ]], function () {
2121 // Assets, this way we don't need to publish them to public
Original file line number Diff line number Diff line change 33 <head >
44 <title >Admin</title >
55 <meta name =" viewport" content =" width=device-width, initial-scale=1" >
6- <link rel =" stylesheet" href =" {{ asset (config (' admin.adminpath' ) . ' /all. css' ) } }" >
6+ <link rel =" stylesheet" href =" {{ asset (config (' admin.adminpath' ) . ' /all- css' ) } }" >
77 <meta name =" csrf-token" content =" {{ csrf_token () } }" >
88 </head >
99 <body class =" {{ $lp -> browse () } }" >
2424 </header >
2525@yield (' view' )
2626 <script src =" https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js" ></script >
27- <script src =" {{ asset (config (' admin.adminpath' ) . ' /all. js' ) } }" ></script >
27+ <script src =" {{ asset (config (' admin.adminpath' ) . ' /all- js' ) } }" ></script >
2828 @yield (' scripts' )
2929 </body >
3030</html >
You can’t perform that action at this time.
0 commit comments