审查视图

public/index.php 222 字节
邓超 authored
1 2
<?php
1  
邓超 authored
3 4 5 6 7 8
/**
 * 邮件管理
 * TODO::此项目是纯数据上的管理,不设计到界面。所以不允许返回任何非 json 类型 的数据/头部
 */

x  
邓超 authored
9 10 11
require_once "../vendor/autoload.php";

\Lib\App::run();
邓超 authored
12
1  
邓超 authored
13 14 15 16 17