ai-command/settings/route-additions.php
2025-03-16 16:06:01 +01:00

11 lines
107 B
PHP

<?php
return [
'post' => [
'POST' => [
'defaults' => [
'status' => 'private',
],
],
],
];