From d2ad5b1fdaf71803a3e1315086b7ca96b519d070 Mon Sep 17 00:00:00 2001 From: Marcel Pociot Date: Mon, 12 Dec 2016 07:05:52 +0100 Subject: [PATCH] Fix predefined route --- routes/web.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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');