mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-03-29 16:57:48 +00:00
@@ -6,7 +6,7 @@ namespace Readarr.Http.Middleware
|
||||
{
|
||||
public class VersionMiddleware
|
||||
{
|
||||
private const string VERSIONHEADER = "X-ApplicationVersion";
|
||||
private const string VERSIONHEADER = "X-Application-Version";
|
||||
|
||||
private readonly RequestDelegate _next;
|
||||
private readonly string _version;
|
||||
|
||||
Reference in New Issue
Block a user