Skip to content
This repository was archived by the owner on Jul 12, 2019. It is now read-only.

Commit

Permalink
Remove unused routes
Browse files Browse the repository at this point in the history
  • Loading branch information
shalvah committed Jan 15, 2017
1 parent 0b06f26 commit d90f454
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions routes/web.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,6 @@
//---- bot events route
Route::post('/events', 'BotController@receive');

Route::get('/links/{teamSlug}', 'WebController@viewLinks');


//test route to test bot response
Route::get('/test', 'BotController@test');

/* Slack Authorization Routers */

Route::get('/auth/add', 'AuthController@authorizeSlack');
Expand Down

0 comments on commit d90f454

Please sign in to comment.