| # Copyright 2023 The Go Authors. All rights reserved. | |
| # Use of this source code is governed by a BSD-style | |
| # license that can be found in the LICENSE file. | |
| application: you-application-id | |
| version: 1 | |
| runtime: go | |
| api_version: go1 | |
| handlers: | |
| - url: /hello | |
| script: _go_app | |
| - url: /favicon.ico | |
| static_files: static/favicon.ico | |
| upload: static/favicon.ico | |
| - url: / | |
| static_files: static/index.html | |
| upload: static/index.html | |
| - url: / | |
| static_dir: static |