aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/config/default/routing/cron.yml
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/config/default/routing/cron.yml')
-rw-r--r--phpBB/config/default/routing/cron.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/phpBB/config/default/routing/cron.yml b/phpBB/config/default/routing/cron.yml
new file mode 100644
index 0000000000..5a634166fa
--- /dev/null
+++ b/phpBB/config/default/routing/cron.yml
@@ -0,0 +1,3 @@
+phpbb_cron_run:
+ path: /{cron_type}
+ defaults: { _controller: cron.controller:handle }