Position management (#12)

* Update position worker

* Update todo

* Update todo

* Update worker base url
This commit is contained in:
Oda
2025-02-20 12:13:49 +07:00
committed by GitHub
parent 160fd02aac
commit 31f7f4cbfc
3 changed files with 10 additions and 6 deletions

View File

@@ -18,7 +18,7 @@ using OpenApiSecurityScheme = NSwag.OpenApiSecurityScheme;
// Builder
var builder = WebApplication.CreateBuilder(args);
builder.WebHost.UseUrls("http://localhost:5001");
// builder.WebHost.UseUrls("http://localhost:5001");
builder.Configuration.SetBasePath(AppContext.BaseDirectory);
builder.Configuration.AddJsonFile("appsettings.json", optional: false, reloadOnChange: true)
.AddJsonFile($"appsettings.{builder.Environment.EnvironmentName}.json");