added the required directories for settings and scanning

This commit is contained in:
UpstreamData
2022-02-24 15:25:49 -07:00
parent c6305c57cf
commit 30b3315084
7 changed files with 452 additions and 41 deletions

View File

@@ -9,5 +9,7 @@ sio.attach(app)
app.static('/', "./public/index.html")
app.static('/index.css', "./static/index.css")
app.static('/index.js', "./static/index.js")
app.static('/scan', "./public/scan.html")
app.static('/settings', "./public/settings.html")