diff --git a/routes/web.php b/routes/web.php index 6568375..8462b44 100644 --- a/routes/web.php +++ b/routes/web.php @@ -11,4 +11,4 @@ | */ -Route::match(['get', 'post'], '/', 'BotManController@handle'); +Route::match(['get', 'post'], '/botman', 'BotManController@handle');