@ -22,9 +22,6 @@ app.use(bodyParser.json({ limit: '2mb' }))
app.use('/api', apiRouter);
//开启静态文件支持
app.use(express.static('public'));
/*
app.get('/', (req, res) => {
return res.send('Welcome to Hero Union of filesite.io');
@ -1,5 +1,5 @@
{
"name": "herounion",
"name": "@filesite/herounion",
"description": "A hero bot union, which can manage hero bots and their tasks.",
"version": "0.0.1",
"author": "filesite.io",