Skip to content

Commit

Permalink
更改 app项目模板Endpoints系统项目命名admin更改为sys
Browse files Browse the repository at this point in the history
  • Loading branch information
zhontai committed Feb 27, 2025
1 parent f62ad91 commit d3e25ce
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions templates/app/content/MyApp.Host/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,14 @@
"Enable": true,
"AssemblyNames": [ "ZhonTai.Admin.Contracts" ]
},
////#if (IsSys)
"Grpc": {
"Enable": true,
"AssemblyNames": [ "ZhonTai.Admin.Core" ]
}
////#if (!IsSys)
,
},
"Endpoints": [
{
"Name": "admin",
"Name": "sys",
"HttpUrl": "http://localhost:18010",
"GrpcUrl": "http://localhost:18011"
}
Expand Down

0 comments on commit d3e25ce

Please sign in to comment.