Align version header with others

Fixes #865
Fixes #866
pull/1103/head
Qstick 3 years ago
parent 966e9f43f1
commit 68dd6bc98e

@ -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;

Loading…
Cancel
Save