In the Phoenix router is there a route that could act as a wildcard?
Ah, the famous pokemon route:
get "/*path"
You will find the paths inside conn.params["path"] or as conn.path_info.
conn.params["path"]
conn.path_info