This commit is contained in:
2025-06-09 09:50:54 +07:00
parent 5beb66f11a
commit 1e635f53bf
3 changed files with 47 additions and 23 deletions

View File

@ -3,7 +3,7 @@ using AppLibs.Libs;
using ManagementApp.Models.Services;
using Microsoft.AspNetCore.Server.Kestrel.Core;
WSNavigation.LoadJson();
await WSNavigation.LoadJson().ConfigureAwait(false);
var builder = WebApplication.CreateBuilder(args);