diff --git a/examples/frontend-controllers/project.clj b/examples/frontend-controllers/project.clj index feab3f83..e758882b 100644 --- a/examples/frontend-controllers/project.clj +++ b/examples/frontend-controllers/project.clj @@ -49,4 +49,6 @@ :figwheel {:http-server-root "public" :server-port 3449 - :nrepl-port 7002}) + :nrepl-port 7002 + ;; Server index.html for all routes for HTML5 routing + :ring-handler backend.server/handler}) diff --git a/examples/frontend-controllers/resources/public/index.html b/examples/frontend-controllers/resources/public/index.html index bbad514c..ce1dd45b 100644 --- a/examples/frontend-controllers/resources/public/index.html +++ b/examples/frontend-controllers/resources/public/index.html @@ -5,6 +5,6 @@
- +