ribesg
02/24/2018, 10:55 AMstatic("/assets")
), then for data (get("/data")
), and I want to respond with the index.html for everything else. How do I do that?
For now I respond to get on /
with resource("/", "static/index.html")
and it works, but *
doesn't work here