You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You have nice work and idea, Y3tekm Al3afia. But you should in the router handle the server errors as explained in this week workshops.
Complete your if statements with below code or similar: else { response.writeHead(404, { "Content-Type": "text/html" }); response.end("<h1>404 dosen't found</h1>"); }
You have nice work and idea, Y3tekm Al3afia. But you should in the router handle the server errors as explained in this week workshops.
Complete your if statements with below code or similar:
else { response.writeHead(404, { "Content-Type": "text/html" }); response.end("<h1>404 dosen't found</h1>"); }
languagesSearch/src/router.js
Line 12 in 4cd6e37
The text was updated successfully, but these errors were encountered: