1 min readOct 23, 2018
In the server files (server-dev.js
and router.js
), you can see app.get(‘*’)
and router.get(‘*)
.Just copy and paste the code block, change *
to the route you’re targeting, and then change its value of HTML_FILE
to the HTML file that you want.