Web API client connected
This commit is contained in:
parent
852020f98f
commit
716bfb2e05
23 changed files with 225 additions and 339 deletions
|
|
@ -9,6 +9,7 @@ namespace Yavsc
|
|||
public static void Main(string[] args)
|
||||
{
|
||||
var builder = WebApplication.CreateBuilder(args);
|
||||
|
||||
builder.Configuration
|
||||
.AddJsonFile("appsettings.json")
|
||||
.AddJsonFile($"appsettings.{builder.Environment.EnvironmentName}.json", optional: true)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue