I\'m trying to make a route to a specific static file but everything I\'m trying ends with an error.
I\'ve made 3 different attempts:
1.
GET /fil
I was experiencing the same issue while I was trying to configure some additional css. It worked with this syntax in the "routes" file
GET /css/*file controllers.Assets.at(path="/public/css", file)