mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-22 22:14:44 -04:00
Fix some Build Issues, Renaming
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
namespace Lidarr.Http.Extensions
|
||||
{
|
||||
public static class AccessControlHeaders
|
||||
{
|
||||
public const string RequestMethod = "Access-Control-Request-Method";
|
||||
public const string RequestHeaders = "Access-Control-Request-Headers";
|
||||
|
||||
public const string AllowOrigin = "Access-Control-Allow-Origin";
|
||||
public const string AllowMethods = "Access-Control-Allow-Methods";
|
||||
public const string AllowHeaders = "Access-Control-Allow-Headers";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user