diff --git a/modules/system/ServiceProvider.php b/modules/system/ServiceProvider.php index d01a01d0d..43aa516e1 100644 --- a/modules/system/ServiceProvider.php +++ b/modules/system/ServiceProvider.php @@ -131,7 +131,7 @@ class ServiceProvider extends ModuleServiceProvider */ protected function registerPrivilegedActions() { - $requests = ['/combine', '@/system/updates', '@/system/install', '@/backend/auth']; + $requests = ['/combine/', '@/system/updates', '@/system/install', '@/backend/auth']; $commands = ['october:up', 'october:update']; /*