Open mohammad-1105 opened 6 months ago
A minor mistake in auth.moddleware.js The correct property to access the headers object from the request object is req.headers, plural.
req.headers
A minor mistake in auth.moddleware.js The correct property to access the headers object from the request object is
req.headers
, plural.