fixed a bug with scanning and adding miner which didnt append to the navbar
This commit is contained in:
@@ -20,8 +20,8 @@ templates = Jinja2Templates(directory="templates")
|
||||
|
||||
|
||||
@app.get("/")
|
||||
def index():
|
||||
return dashboard()
|
||||
def index(request: Request):
|
||||
return RedirectResponse(request.url_for('dashboard'))
|
||||
|
||||
|
||||
@app.get("/dashboard")
|
||||
|
||||
Reference in New Issue
Block a user