Skip to content

Commit

Permalink
Fix predefined route
Browse files Browse the repository at this point in the history
  • Loading branch information
mpociot committed Dec 12, 2016
1 parent 97f821e commit d2ad5b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routes/web.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
|
*/

Route::match(['get', 'post'], '/', 'BotManController@handle');
Route::match(['get', 'post'], '/botman', 'BotManController@handle');

0 comments on commit d2ad5b1

Please sign in to comment.