aboutsummaryrefslogtreecommitdiffstats
path: root/dashboard/app/app.yaml
diff options
context:
space:
mode:
authorAleksandr Nogikh <nogikh@google.com>2023-02-13 16:05:01 +0100
committerAleksandr Nogikh <wp32pw@gmail.com>2023-02-13 16:14:03 +0100
commit93ae7e0a1ca84fd2df902b7c8d94cdedb671bed6 (patch)
tree8ae3814b089d36dee1ed8af08315db3f8b11b0b0 /dashboard/app/app.yaml
parent5c39b01abfb2d0de51e9c995ab8071abd344ae3c (diff)
dashboard: move all cron endpoints to cron/
This lets us keep only one access rule and reliefs from the need to keep handlers and app.yaml in sync for cron jobs that'll be added in the future.
Diffstat (limited to 'dashboard/app/app.yaml')
-rw-r--r--dashboard/app/app.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/dashboard/app/app.yaml b/dashboard/app/app.yaml
index a4b947a96..3990f9d97 100644
--- a/dashboard/app/app.yaml
+++ b/dashboard/app/app.yaml
@@ -25,7 +25,7 @@ handlers:
- url: /static
static_dir: static
secure: always
-- url: /(admin|email_poll|cache_update|kcidb_poll|deprecate_assets)
+- url: /(admin|cron/.*)
script: auto
login: admin
secure: always