소스 검색

Fix xml doc

Claus Vium 5 년 전
부모
커밋
38be506849
1개의 변경된 파일1개의 추가작업 그리고 5개의 파일을 삭제
  1. 1 5
      Emby.Server.Implementations/HttpServer/HttpListenerHost.cs

+ 1 - 5
Emby.Server.Implementations/HttpServer/HttpListenerHost.cs

@@ -487,11 +487,7 @@ namespace Emby.Server.Implementations.HttpServer
             }
         }
 
-        /// <summary>
-        /// Get the default CORS headers.
-        /// </summary>
-        /// <param name="req"></param>
-        /// <returns></returns>
+        /// <inheritdoc />
         public IDictionary<string, string> GetDefaultCorsHeaders(HttpContext httpContext)
         {
             var origin = httpContext.Request.Headers["Origin"];