Sportsbook 1.1.0 has an all new frontend routing system that only uses 1 route 'sportsbook'
all sportsbook-subroutename routes have been remove (with one exception below).
URLS now look like this:
sportsbook/category/categoryname.id
sportsbook/eventname.id
sportsbook/stats
sportsbook/bookiecp
sportsbook/outcome/outcomename.id
The old "event" route 'sportsbook-event' is depreciated and will be removed from Sportsbook in a few months. This is plenty of time to have Sportsbook reindexed. sportsbook-event URLs are rerouted to sportsbook/eventname.id/
NOTE: I still use multiple routes on the backend, but that will change in a future version.
all sportsbook-subroutename routes have been remove (with one exception below).
URLS now look like this:
sportsbook/category/categoryname.id
sportsbook/eventname.id
sportsbook/stats
sportsbook/bookiecp
sportsbook/outcome/outcomename.id
The old "event" route 'sportsbook-event' is depreciated and will be removed from Sportsbook in a few months. This is plenty of time to have Sportsbook reindexed. sportsbook-event URLs are rerouted to sportsbook/eventname.id/
NOTE: I still use multiple routes on the backend, but that will change in a future version.
Upvote
1