Skip to content

Commit

Permalink
Fixed erroneous app.yaml upload directive
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicholas Johnson committed Oct 8, 2009
1 parent f8e1cf1 commit 28cb31d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ handlers:

- url: /static/([^/]+)/(.*)
static_files: themes/\1/static/\2
upload: static/.*
upload: themes/[^/]+/static/.*

- url: /.*
script: static.py

0 comments on commit 28cb31d

Please sign in to comment.