Home > Net >  Is it possible to shorten the code even further?
Is it possible to shorten the code even further?

Time:11-12

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

  • Related