cadentic / small-business-cms

please create separate branches and then commit / or merge to master if you need after unit testing. always create your own branch with your own github id. who will complete and submit clean code ,
3 stars 0 forks source link

while new jsons file do not exist it is not redirecting to 404 or any other error #36

Open cadentic opened 4 years ago

cadentic commented 4 years ago

Route::get('/client_main/{fileName}', 'IndexController@gotoMain'); Route::get('/client_inner/{fileName}', 'IndexController@gotoInner'); Route::get('/client_inner2/{fileName}', 'IndexController@gotoInner2'); Route::get('/client_inner3/{fileName}', 'IndexController@gotoInner3'); Route::get('/client_inner4/{fileName}', 'IndexController@gotoInner4');

Route::get('/client_innerblank/{fileName}', 'IndexController@gotoInnerblank'); Route::get('/client_innerblank2/{fileName}', 'IndexController@gotoInnerblank2');