How to make all routes go to index?

I'm developing a single page app and I want to know how to make all routes go to index?

app.get('*', ...

if you are using express ;)