added it_get_all_plans_for_index_page test

This commit is contained in:
Peter Papp
2021-03-14 11:36:07 +01:00
parent 71d0005193
commit c5e9d29362
4 changed files with 17 additions and 5 deletions

View File

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