For some reason I can not serve static content files. I have the following structure
root
static
css
test.css
app.yaml
in app.yaml i have the following handler
handlers:
- url: /css
static_dir: static/css
Now using the navigation bar of the browser (localhost:8080/css/test.css) I'm receiving in the network log error 404 (file not found)