You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor #401 Modify default routing parameter on indexAction (hanahiroAze)
This PR was merged into the master branch.
Discussion
----------
Modify default routing parameter on indexAction
I found $page parameter's type on default routing is different from that of "/page/{page}" routing.
This difference seems not to be reasonable, then I fix it.
Commits
-------
1cc1f9c modify default param page's type for / on BlogController to be same as that of "/page/{page}"
0 commit comments