holisticon / ranked

Tracking kicker results
Other
22 stars 0 forks source link

Provide backend URL mapping to map frontend states to SPA #61

Closed zambrovski closed 6 years ago

zambrovski commented 6 years ago

Ranked frontend uses router based on HTML5 mode and changes the URL to switch states. If the resulting URL is sent to server (e.g. http://localhost/select by selecting player), the server is not able to deliver content and responds with HTTP 404.

All URLs representing the client states should map to WebMVC controller delivering the SPA.