We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d36f45 commit 1c275f6Copy full SHA for 1c275f6
1 file changed
Lesson03/exercise_004/index.js
@@ -21,7 +21,7 @@ function handleNotFound(response) {
21
22
function handleProductsPage(requestUrl, response) {
23
const template = handlebars.compile(fs.readFileSync('html/index.html').toString());
24
-
+
25
response.writeHead(200);
26
response.write(template({ products }));
27
response.end();
0 commit comments