李昊 5 年之前
父节点
当前提交
59bd1b1670
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      gx_api/GxPress/Api/GxPress.Api/WebControllers/NavigationController.cs

+ 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)
         {