Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. class ApiController extends AbstractController
  2. {
  3. /**
  4. * @Route("/", name="home")
  5. */
  6. public function home()
  7. {
  8. return $this->redirect('/doc');
  9. }
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement