fixing service name
This commit is contained in:
parent
6c1d4b3348
commit
a8e8649c39
2
app.yaml
2
app.yaml
@ -1,5 +1,5 @@
|
|||||||
runtime: python311
|
runtime: python311
|
||||||
service: web_api
|
service: webapi
|
||||||
|
|
||||||
#instance_class: F1
|
#instance_class: F1
|
||||||
|
|
||||||
|
@ -4,8 +4,8 @@ dispatch:
|
|||||||
# service: default
|
# service: default
|
||||||
|
|
||||||
- url: "music.sarsoo.xyz/*"
|
- url: "music.sarsoo.xyz/*"
|
||||||
service: web_api
|
service: webapi
|
||||||
|
|
||||||
- url: "mixonomer.sarsoo.xyz/*"
|
- url: "mixonomer.sarsoo.xyz/*"
|
||||||
service: web_api
|
service: webapi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user