added the required directories for settings and scanning
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user