Skip to content

Commit

Permalink
修复 app项目模板生成biz和mem项目时,appsettings.RpcConfig.Endpoints中的地址http://会被生成…
Browse files Browse the repository at this point in the history
…http:导致地址不正确的问题
  • Loading branch information
zhontai committed Feb 27, 2025
1 parent 7a6a329 commit 4acda00
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions templates/app/content/MyApp.Host/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
//"Endpoints": [
// {
// "Name": "admin",
// "HttpUrl": "http://localhost:18010",
// "GrpcUrl": "http://localhost:18011"
// "HttpUrl": "http:////localhost:18010",
// "GrpcUrl": "http:////localhost:18011"
// }
//]
////#endif
Expand Down
2 changes: 1 addition & 1 deletion templates/app/templates.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>ZhonTai.Template.App</id>
<version>9.0.5</version>
<version>9.0.6</version>
<authors>xiao xue</authors>
<owners>zhon tai</owners>
<projectUrl>https://github.com/zhontai/Admin.Core</projectUrl>
Expand Down

0 comments on commit 4acda00

Please sign in to comment.