Wexflow .net 核心版安装后无法打开仪表板 - 404
Wexflow .net core version can't open dashboard after installation - 404
我已经在 Windows:
下载了 Wexflow 版本 .net core
https://github.com/aelassas/Wexflow/wiki/Installation
我提取文件夹,点击安装,文件夹 Wexflow-dotnet-core 和 WexflowTesting 已经创建。然后我点击 run.bat 并且服务器启动了。但是当我在浏览器中输入 localhost:8000 时,我只能显示 swagger-ui 页面。我得到页面:http://localhost:8000/swagger-ui/index.html
就这样。如何 运行 dashboard.html ?当我在浏览器中输入此 url 时,我得到 404.
要打开仪表板,请转到从 GitHub 下载的 zip 文件夹中的 "Backend" 文件夹,然后双击文件 "index.html"。或者,您可以通过 copy/pasting 将 "Backend" 文件夹的内容放入 Web 服务器来在 Web 服务器中托管后端。
我已经在 Windows:
下载了 Wexflow 版本 .net corehttps://github.com/aelassas/Wexflow/wiki/Installation
我提取文件夹,点击安装,文件夹 Wexflow-dotnet-core 和 WexflowTesting 已经创建。然后我点击 run.bat 并且服务器启动了。但是当我在浏览器中输入 localhost:8000 时,我只能显示 swagger-ui 页面。我得到页面:http://localhost:8000/swagger-ui/index.html
就这样。如何 运行 dashboard.html ?当我在浏览器中输入此 url 时,我得到 404.
要打开仪表板,请转到从 GitHub 下载的 zip 文件夹中的 "Backend" 文件夹,然后双击文件 "index.html"。或者,您可以通过 copy/pasting 将 "Backend" 文件夹的内容放入 Web 服务器来在 Web 服务器中托管后端。