I am a lover of beautiful and short code, and here a problem arises ... short of course, but not beautiful. Can this code be made more beautiful?
app.post('/xsolla/', (req, res) => new Xsolla(req, res));
tried this option but it didn't work
I am a lover of beautiful and short code, and here a problem arises ... short of course, but not beautiful. Can this code be made more beautiful?
app.post('/xsolla/', (req, res) => new Xsolla(req, res));
tried this option but it didn't work