李昊 5 rokov pred
rodič
commit
59bd1b1670

+ 1 - 1
gx_api/GxPress/Api/GxPress.Api/WebControllers/NavigationController.cs

@@ -24,7 +24,7 @@ namespace GxPress.Api.WebControllers
         /// 获取导航栏数据
         /// </summary>
         /// <returns></returns>
-        [HttpGet("{id}")]
+        [HttpGet("media/{id}")]
         [AllowAnonymous]
         public async Task<List<NavigationMediaResult>> GetNavigationResults(int id)
         {