From 610f78c809d07eb7808136b2fb20b2555f3a3e7c Mon Sep 17 00:00:00 2001 From: molong Date: Sat, 24 Jun 2017 17:04:23 +0800 Subject: [PATCH] =?UTF-8?q?api=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/api/controller/Index.php | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 application/api/controller/Index.php diff --git a/application/api/controller/Index.php b/application/api/controller/Index.php new file mode 100644 index 00000000..fc819786 --- /dev/null +++ b/application/api/controller/Index.php @@ -0,0 +1,13 @@ + +// +---------------------------------------------------------------------- + +namespace app\admin\controller; +use app\common\controller\Api; + +class Index extends Api {} \ No newline at end of file