reformatted file structure and reformatted for phones, as well as fixed web sockets for remote devices
This commit is contained in:
6
tools/web_monitor/template.py
Normal file
6
tools/web_monitor/template.py
Normal file
@@ -0,0 +1,6 @@
|
||||
import os
|
||||
from fastapi.templating import Jinja2Templates
|
||||
|
||||
|
||||
templates = Jinja2Templates(
|
||||
directory=os.path.join(os.path.dirname(__file__), "templates"))
|
||||
Reference in New Issue
Block a user