<?php
namespace api\module;
use \error\core\Error;
class admin{
public static function post($args){
extract($args);
return [ 'admin' => 'post' ];
}