API配置

This commit is contained in:
Ren Baoshuo 2020-08-02 00:16:13 +08:00 committed by GitHub
parent c64590c75e
commit 3e368f1e61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,5 +11,7 @@
$config['title'] = '短链生成'; $config['title'] = '短链生成';
// 网站简介 // 网站简介
$config['description'] = '在线网址缩短服务'; $config['description'] = '在线网址缩短服务';
$config['api'] = true;
?> ?>