mirror of
https://gh.wpcy.net/https://github.com/mcp-wp/ai-command.git
synced 2026-04-22 18:22:17 +08:00
11 lines
107 B
PHP
11 lines
107 B
PHP
<?php
|
|
|
|
return [
|
|
'post' => [
|
|
'POST' => [
|
|
'defaults' => [
|
|
'status' => 'private',
|
|
],
|
|
],
|
|
],
|
|
];
|