aboutsummaryrefslogtreecommitdiff
path: root/routes
diff options
context:
space:
mode:
Diffstat (limited to 'routes')
-rw-r--r--routes/web.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/routes/web.php b/routes/web.php
index 40314cb..a4d1007 100644
--- a/routes/web.php
+++ b/routes/web.php
@@ -35,7 +35,7 @@ Route::group(
return \HebrewParseTrainer\Tense::all();
});
- Route::get('/verb/random',
+ Route::post('/verb/random',
'\App\Http\Controllers\VerbController@random');
Route::get('/contribute', function () {