DuGuYang 2 سال پیش
والد
کامیت
a34820cbf5
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      Areas/Api/Controllers/SysAdminRoleController.cs

+ 1 - 1
Areas/Api/Controllers/SysAdminRoleController.cs

@@ -17,7 +17,7 @@ using System.Linq;
 namespace MySystem.Areas.Api.Controllers.v1
 {
     [Area("Api")]
-    [Route("Api/v1/QrCodePlateMain/[controller]/[action]")]
+    [Route("/v1/QrCodePlateMain/[controller]/[action]")]
     public class SysAdminRoleController : BaseController
     {
         public SysAdminRoleController(IHttpContextAccessor accessor) : base(accessor)