mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 08:12:15 +00:00
added it_get_all_plans_for_index_page test
This commit is contained in:
@@ -17,7 +17,7 @@ Route::post('/contact', [AppFunctionsController::class, 'contact_form']);
|
||||
Route::get('/page/{page}', [AppFunctionsController::class, 'get_page']);
|
||||
Route::get('/pricing', [PricingController::class, 'index']);
|
||||
|
||||
// Password
|
||||
// Password reset
|
||||
Route::group(['prefix' => 'password'], function () {
|
||||
Route::post('/email', [ForgotPasswordController::class, 'sendResetLinkEmail']);
|
||||
Route::post('/reset', [ResetPasswordController::class, 'reset']);
|
||||
|
||||
Reference in New Issue
Block a user