We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0676c42 commit ce49cdaCopy full SHA for ce49cda
server.js
@@ -52,7 +52,7 @@ function getMimeType(filePath) {
52
return mimeTypes[ext] || 'text/plain';
53
}
54
55
-// Serve static file
+// Serve static files
56
function serveFile(filePath, res) {
57
fs.readFile(filePath, (err, data) => {
58
if (err) {
0 commit comments