Removed experimental routes.

This commit is contained in:
James Cole
2015-01-05 17:53:38 +01:00
parent 4b8b819109
commit 2c978dc89a
2 changed files with 0 additions and 16 deletions

View File

@@ -60,20 +60,6 @@ class HomeController extends BaseController
->with('mainTitleIcon', 'fa-fire');
}
/**
* @return string
*/
public function marauder()
{
$params = [];
foreach(Input::all() as $key => $value) {
if($key == 'code' || $key == 'state') {
$params[$key] = $value;
}
}
return Redirect::to('http://nest.nder.be/oauth2callback?' . http_build_query($params));
}
/**
* @param $range
*