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
IIRC, change
To
I am talking about your third attempt
Also, watch out for extra /
EDIT
GET /assets/main.css controllers.Assets.at(path="/public", file="/stylesheets/main.css")
Assuming your resource is at /public/stylesheets/main.css