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 +?>