add indexing message

This commit is contained in:
Alexandra
2024-10-19 00:54:48 -06:00
parent 24029f218e
commit 5f23053489
3 changed files with 6 additions and 2 deletions

View File

@@ -107,7 +107,8 @@ app.get("/settings", function(req, res) {
res.render('pages/index', {
page: 'settings',
crawlTime: crawlTime,
defaultSettings: defaultSettings
defaultSettings: defaultSettings,
indexing: search.indexing
})
})