mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 08:12:15 +00:00
index options added
This commit is contained in:
@@ -65,6 +65,7 @@ Route::group(['middleware' => ['api']], function () {
|
||||
// Pages
|
||||
Route::post('/contact', 'AppFunctionsController@contact_form');
|
||||
Route::get('/page/{slug}', 'AppFunctionsController@get_page');
|
||||
Route::get('/content', 'AppFunctionsController@get_settings');
|
||||
});
|
||||
|
||||
// User master Routes
|
||||
|
||||
Reference in New Issue
Block a user