From 3e368f1e61815a8d6868bcc24bb349e2f50d7d84 Mon Sep 17 00:00:00 2001 From: Ren Baoshuo Date: Sun, 2 Aug 2020 00:16:13 +0800 Subject: [PATCH] =?UTF-8?q?API=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config.php b/config.php index 365d0bf..0fdbede 100644 --- a/config.php +++ b/config.php @@ -11,5 +11,7 @@ $config['title'] = '短链生成'; // 网站简介 $config['description'] = '在线网址缩短服务'; + + $config['api'] = true; -?> \ No newline at end of file +?>