feat: 添加管理页面
- 静态页面支持 - 创建 Key、上传、下载、删除文件
This commit is contained in:
@@ -7,6 +7,8 @@ const path = require('path');
|
||||
const app = express();
|
||||
app.use(express.json());
|
||||
|
||||
app.use(express.static('public'));
|
||||
|
||||
const routes = require('./routes');
|
||||
|
||||
app.use('/api', routes);
|
||||
|
||||
Reference in New Issue
Block a user