mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-21 04:26:28 +02:00
checksum fail message undefined, app.use() duplicate
This commit is contained in:
parent
20e71f617b
commit
3372ca1954
2 changed files with 3 additions and 2 deletions
|
@ -77,7 +77,6 @@ expressWs(app);
|
|||
|
||||
const api_v2 = require('./api/v2');
|
||||
app.use('/api/v2', api_v2);
|
||||
app.use('/api/v2', api_v2);
|
||||
|
||||
app.use((req, res, next) => {
|
||||
return res.status(404).send({ message: 'Not Found' });
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue