mirror of
https://hk.gh-proxy.com/https://github.com/mcp-wp/ai-command.git
synced 2026-03-03 08:16:05 +08:00
11 lines
107 B
PHP
11 lines
107 B
PHP
<?php
|
|
|
|
return [
|
|
'post' => [
|
|
'POST' => [
|
|
'defaults' => [
|
|
'status' => 'private',
|
|
],
|
|
],
|
|
],
|
|
];
|