cumstorm/src/updateGJUserScore22.ts

5 lines
187 B
TypeScript

module.exports = (app): void => {
app.post('/' + app.get('config').addtopath + 'database/updateGJUserScore22.php', async (req, res) => {
res.status(200).send('0'); // temporary
});
};