diff --git a/Service/Service.csproj b/Service/Service.csproj index e453cdb..000129c 100644 --- a/Service/Service.csproj +++ b/Service/Service.csproj @@ -16,6 +16,7 @@ + diff --git a/WebStarter/Controllers/HumitureController.cs b/WebStarter/Controllers/HumitureController.cs index f190abb..89f039b 100644 --- a/WebStarter/Controllers/HumitureController.cs +++ b/WebStarter/Controllers/HumitureController.cs @@ -18,7 +18,7 @@ namespace WebStarter.Controllers; /// 温湿度 /// [ApiController] -[Route("[controller]")] +[Route("api/[controller]")] public class HumitureController : ControllerBase { private static readonly ILog Log = LogManager.GetLogger(typeof(HumitureController)); diff --git a/nhetBackVehicle.sln b/nhetBackSecondary.sln similarity index 100% rename from nhetBackVehicle.sln rename to nhetBackSecondary.sln