Browse Source

Active msg fix

master
Levi Olson 3 years ago
parent
commit
273f07cd7f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app.js

+ 1
- 1
app.js View File

@ -34,7 +34,7 @@ app.get('/posts', (req, res) => {
if (postData && postData.active === 'posts') {
data.posts.push(postData)
} else {
console.log(files[i], 'does not have a corresponding "html" file')
console.log(files[i], 'does not have a corresponding "html" file or is not active')
}
}
}

Loading…
Cancel
Save