mirror of
https://github.com/Readarr/Readarr
synced 2025-12-15 21:02:40 +01:00
parent
966e9f43f1
commit
68dd6bc98e
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue