summaryrefslogtreecommitdiffstats
path: root/appinfo/routes/routesCallController.php
diff options
context:
space:
mode:
Diffstat (limited to 'appinfo/routes/routesCallController.php')
-rw-r--r--appinfo/routes/routesCallController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/appinfo/routes/routesCallController.php b/appinfo/routes/routesCallController.php
index 83632bc9d..9a5f9042c 100644
--- a/appinfo/routes/routesCallController.php
+++ b/appinfo/routes/routesCallController.php
@@ -24,7 +24,7 @@ declare(strict_types=1);
*/
$requirements = [
- 'apiVersion' => 'v4',
+ 'apiVersion' => '(v4)',
'token' => '[a-z0-9]{4,30}',
];