forked from wallabag/wallabag
Quickstart for beginners
This commit is contained in:
committed by
Nicolas Lœuillet
parent
0aafb8dfcb
commit
5c072d2b57
@ -28,4 +28,15 @@ class StaticController extends Controller
|
||||
array()
|
||||
);
|
||||
}
|
||||
|
||||
/**
|
||||
* @Route("/quickstart", name="quickstart")
|
||||
*/
|
||||
public function quickstartAction()
|
||||
{
|
||||
return $this->render(
|
||||
'WallabagCoreBundle:Static:quickstart.html.twig',
|
||||
array()
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user