https://docs.phalcon.io/en/latest/reference/tutorial.html#designing-a-sign-up-form
when I finish the step as it says, the signup page can't be displayed.
in the tutorials it is "<h1>Hello!</h1> <a href="/tutorial/signup">Sign Up Here!</a>"
, but mine is "<h1>Hello!</h1><a href="/public/signup">Sign Up Here!</a>"
my project github address is https://github.com/xsmyqf/phalcon_exercise
thanks for any help!!!