diff options
| author | ivar <i@oiee.no> | 2025-12-03 21:49:20 +0100 |
|---|---|---|
| committer | ivar <i@oiee.no> | 2025-12-03 21:49:20 +0100 |
| commit | cd70f54266d708867a1eb35870bc755bc5b2df32 (patch) | |
| tree | f0a8ec571ef3f345ac74293b4cb11918878b3ed5 /api/WhatApi/Middleware/AuthenticationMiddleware.cs | |
| parent | 5bd9ad8bd1740dcff179d66718532086304ca4c4 (diff) | |
| download | what-cd70f54266d708867a1eb35870bc755bc5b2df32.tar.xz what-cd70f54266d708867a1eb35870bc755bc5b2df32.zip | |
Refactor db
Diffstat (limited to 'api/WhatApi/Middleware/AuthenticationMiddleware.cs')
| -rw-r--r-- | api/WhatApi/Middleware/AuthenticationMiddleware.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/api/WhatApi/Middleware/AuthenticationMiddleware.cs b/api/WhatApi/Middleware/AuthenticationMiddleware.cs index 8cdce53..a691d3c 100644 --- a/api/WhatApi/Middleware/AuthenticationMiddleware.cs +++ b/api/WhatApi/Middleware/AuthenticationMiddleware.cs @@ -1,6 +1,6 @@ namespace WhatApi.Middleware; -public class AuthenticationMiddleware(RequestDelegate next,Database db) +public class AuthenticationMiddleware(RequestDelegate next) { public async Task InvokeAsync(HttpContext context) { await next(context); |
