Skip to content

Commit 1561c55

Browse files
braseKrzysztof-Cieslak
authored andcommitted
renames AddAuthorization to AddAuthorizationCore
1 parent f2136cf commit 1561c55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Saturn/Application.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ module Application =
466466
Action<AuthorizationPolicyBuilder>
467467
(fun builder -> builder.RequireAssertion evaluator |> ignore))
468468
let service (s : IServiceCollection) =
469-
s.AddAuthorization (Action<AuthorizationOptions> policyBuilder)
469+
s.AddAuthorizationCore (Action<AuthorizationOptions> policyBuilder)
470470
{ state with
471471
ServicesConfig = service::state.ServicesConfig
472472
}

0 commit comments

Comments
 (0)