79680674

Date: 2025-06-26 14:35:25
Score: 2.5
Natty:
Report link

I was able to resolve the issue by updating this line

from this
app.get('*', (req, res) => {

to "app.get('/{*any}', (req, res) => {"

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Khumbelo mudau