1
0

Move webui to top level

This commit is contained in:
Jorik Schellekens
2019-08-15 11:21:09 +01:00
parent 893a346212
commit f618f8a44f
72 changed files with 1 additions and 1 deletions

View File

@@ -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)

View File

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 3.1 KiB