Skip to content

Commit 605bef6

Browse files
committed
Get rid of v3 endpoint
1 parent 8969ac9 commit 605bef6

2 files changed

Lines changed: 0 additions & 291 deletions

File tree

api/src/api/v3.js

Lines changed: 0 additions & 289 deletions
This file was deleted.

api/src/bin/pistond.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,7 @@ expressWs(app);
8787
logger.debug('Registering Routes');
8888

8989
const api_v2 = require('../api/v2');
90-
const api_v3 = require('../api/v3');
9190
app.use('/api/v2', api_v2);
92-
app.use('/api/v3', api_v3);
9391

9492
app.use((req, res, next) => {
9593
return res.status(404).send({ message: 'Not Found' });

0 commit comments

Comments
 (0)