Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
cadentic opened this issue Aug 2, 2020 · 0 comments

Comments

@cadentic
Copy link
Owner

cadentic commented Aug 2, 2020

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');

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant