79348244

Date: 2025-01-11 14:05:10
Score: 2
Natty:
Report link

use below code: // Serve static files from the "public" folder app.use(express.static("../public"));

// basically you have to use './' for same directory path '../' for previous directory path.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Rajpal Saini