refactor: ♻️ bizServer 更名为 AdmServer (#104)

This commit is contained in:
2024-04-25 18:32:14 +08:00
committed by GitHub
parent 149e1afa53
commit 6bd6e62fb6
24 changed files with 33 additions and 37 deletions

View File

@ -42,7 +42,7 @@ docker run -p 8080:8080 nsnail/netadmin
```
4. 运行后端WebApi
``` shell
dotnet run --project ./src/backend/NetAdmin.BizServer.Host/NetAdmin.BizServer.Host.csproj --urls http://[::]:5010 -is
dotnet run --project ./src/backend/NetAdmin.AdmServer.Host/NetAdmin.AdmServer.Host.csproj --urls http://[::]:5010 -is
```
5. 体验WebApi程序
- 浏览器打开 http://localhost:5010 将看到SwaggerKnife4jUI界面