mirror of
https://github.com/m-lamonaca/dev-notes.git
synced 2025-04-11 13:26:41 +00:00
Fix: Incostintent class name
This commit is contained in:
parent
2b0402468e
commit
09ee010b8c
1 changed files with 1 additions and 1 deletions
|
@ -149,7 +149,7 @@ namespace <App>
|
|||
{
|
||||
private readonly RequestDelegate _next;
|
||||
|
||||
public RequestCultureMiddleware(RequestDelegate next)
|
||||
public CustomMiddleware(RequestDelegate next)
|
||||
{
|
||||
_next = next;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue