Browse Source

project name change

master
filesite 7 months ago
parent
commit
f6ea4467a2
  1. 3
      index.mjs
  2. 2
      package.json

3
index.mjs

@ -22,9 +22,6 @@ app.use(bodyParser.json({ limit: '2mb' })) @@ -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');

2
package.json

@ -1,5 +1,5 @@ @@ -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",

Loading…
Cancel
Save