mirror of
https://github.com/SophiaAtkinson/steamwidgets-web.git
synced 2025-06-27 14:37:41 -07:00
New widget: Steam Workshop
This commit is contained in:
@ -27,16 +27,4 @@ class IndexController extends BaseController {
|
||||
//Generate and return a view by using the helper
|
||||
return parent::view(['content', 'index']);
|
||||
}
|
||||
|
||||
/**
|
||||
* Handles URL: /generator
|
||||
*
|
||||
* @param Asatru\Controller\ControllerArg $request
|
||||
* @return Asatru\View\ViewHandler
|
||||
*/
|
||||
public function generator($request)
|
||||
{
|
||||
//Generate and return a view by using the helper
|
||||
return view('generator', []);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user