Atm、アクセスしようとすると
www.eyalw.com/1keyboard/ 何も得られない
ただし、www.eyalw.com/1keyboard にアクセスする場合
正しいページが表示されます。
これは現在の yaml です。
application: eyalwcom
version: 1
runtime: python27
api_version: 1
threadsafe: no
handlers:
- url: /
static_files: static/index.html
upload: static/index.html
- url: /1keyboard
static_files: static/1keyboard.html
upload: static/1keyboard.html
- url: /
static_dir: static
libraries:
- name: webapp2
version: "2.5.2"