oops
This commit is contained in:
parent
af1a533d13
commit
d68cc702a5
2 changed files with 5 additions and 3 deletions
|
|
@ -17,7 +17,7 @@ const client = `${__dirname}/../../client/`;
|
|||
const app = express();
|
||||
app.disable('x-powered-by');
|
||||
|
||||
app.use('/docs', require('./docs/server'));
|
||||
app.use('/docs', require('./docs'));
|
||||
|
||||
app.use(bodyParser.urlencoded({ extended: true }));
|
||||
app.use(bodyParser.json({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue