Move webui to top level
This commit is contained in:
@@ -25,7 +25,7 @@ import sys
|
||||
|
||||
@app.route("/topology_webui/", branch=True)
|
||||
def server_webui(request):
|
||||
client_path = abspath(join(dirname(abspath(__file__)), "../../view/webui"))
|
||||
client_path = abspath(join(dirname(abspath(__file__)), "../webui"))
|
||||
print(client_path)
|
||||
return File(client_path)
|
||||
|
||||
|
||||
|
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 3.1 KiB |
Reference in New Issue
Block a user