Created
February 25, 2016 21:38
-
-
Save Spencer-Easton/1bf6c3f661d74443c692 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
application: YOURPROJECTID | |
version: 1 | |
runtime: python27 | |
api_version: 1 | |
threadsafe: yes | |
handlers: | |
- url: /(.+) | |
static_files: public/\1 | |
upload: public/(.*) | |
http_headers: | |
Access-Control-Allow-Origin: '*' | |
- url: / | |
static_files: public/index.html | |
upload: public/index.html | |
http_headers: | |
Access-Control-Allow-Origin: '*' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment