mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-22 17:03:49 +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');
|
||||
});
|
||||
|
||||
/**
|
||||
* Authetication
|
||||
*/
|
||||
/*app.post('*', async (req, res, next) => {
|
||||
try {
|
||||
ctx = await authenticate(req);
|
||||
next();
|
||||
} catch (e) {
|
||||
res.status(403).send('AUTHENTICATION_FAILED');
|
||||
}
|
||||
});
|
||||
*/
|
||||
/**
|
||||
* Register endpoint handlers
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user