aboutsummaryrefslogtreecommitdiff
path: root/routes
diff options
context:
space:
mode:
authorCamil Staps2017-09-20 17:12:43 +0200
committerCamil Staps2017-09-20 17:12:43 +0200
commite661ce344127ca8acd1300746c5132098578fab7 (patch)
treea0d55336f6d23d24ac08400c9846e30ca529b2af /routes
parentHide top users on some pages (diff)
Use POST for long queries; change request to TEXT type for the same reason
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 () {