From 227139a55191aabff221cc6b8bfaf14c0337e430 Mon Sep 17 00:00:00 2001 From: Andy Pack Date: Tue, 5 Sep 2023 21:04:02 +0100 Subject: [PATCH] fixing service again --- app.yaml | 2 +- dispatch.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app.yaml b/app.yaml index 9f6c70f..c65cc66 100644 --- a/app.yaml +++ b/app.yaml @@ -1,5 +1,5 @@ runtime: python311 -service: webapi +service: default #instance_class: F1 diff --git a/dispatch.yaml b/dispatch.yaml index b40bbd0..c20f945 100644 --- a/dispatch.yaml +++ b/dispatch.yaml @@ -4,8 +4,8 @@ dispatch: # service: default - url: "music.sarsoo.xyz/*" - service: webapi + service: default - url: "mixonomer.sarsoo.xyz/*" - service: webapi + service: default