mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-23 01:13:48 +01:00
Remove unused code
This commit is contained in:
parent
4bc0d9c9fc
commit
543adad334
@ -29,18 +29,6 @@ app.get('/', (req, res) => {
|
|||||||
res.send('YEE HAW');
|
res.send('YEE HAW');
|
||||||
});
|
});
|
||||||
|
|
||||||
/**
|
|
||||||
* Authetication
|
|
||||||
*/
|
|
||||||
/*app.post('*', async (req, res, next) => {
|
|
||||||
try {
|
|
||||||
ctx = await authenticate(req);
|
|
||||||
next();
|
|
||||||
} catch (e) {
|
|
||||||
res.status(403).send('AUTHENTICATION_FAILED');
|
|
||||||
}
|
|
||||||
});
|
|
||||||
*/
|
|
||||||
/**
|
/**
|
||||||
* Register endpoint handlers
|
* Register endpoint handlers
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user