|
@@ -44,8 +44,8 @@ async def homepage(request: Request):
|
|
|
html=gen_designer_report.gen_report()
|
|
|
return HTMLResponse(html)
|
|
|
# return HTMLResponse(html)
|
|
|
-
|
|
|
- return HTMLResponse('<a href="/login">login</a>')
|
|
|
+ return RedirectResponse(url='/static/login.html')
|
|
|
+ #return HTMLResponse('<a href="/login">login</a>')
|
|
|
|
|
|
|
|
|
@app.route('/login')
|