-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.yaml
More file actions
61 lines (45 loc) · 887 Bytes
/
app.yaml
File metadata and controls
61 lines (45 loc) · 887 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
application: jax-ml-45
version: 4
runtime: go
api_version: go1
handlers:
- url: (/get|/post|/put|/delete|/Sqrt)
script: _go_app
- url: /favicon\.ico
static_files: favicon.ico
upload: favicon\.ico
- url: /
static_files: index.html
upload: index\.html
- url: /index\.html
static_files: index.html
upload: index\.html
- url: /project\.html
static_files: admin/project.html
upload: admin/
- url: /math\.html
static_files: d/math.html
upload: d/
- url: /math1\.html
static_files: d/math1.html
upload: d/
- url: /SpecRunner.html
static_files: t/SpecRunner.html
upload: t/
- url: /google\-drive\.html
static_files: d/google-drive.html
upload: d/
- url: /s
static_dir: s
- url: /t
static_dir: t
- url: /l
static_dir: l
- url: /d
static_dir: d
- url: /v
static_dir: review
- url: /w
static_dir: review/w
- url: /a
static_dir: admin