We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4ed421a + a3e8e97 commit 37e6f87Copy full SHA for 37e6f87
1 file changed
app/routes/contact.php
@@ -3,4 +3,4 @@
3
Route::group(['prefix' => 'contact'], function () {
4
Route::get('/', 'ContactController@index');
5
Route::post('/', 'ContactController@sendMessage');
6
-});
+});
0 commit comments