Update EndpointAuthId in RecActionController to 4
The `EndpointAuthId` property in the object initialization within the `RecActionController` class was updated from `1` to `4`. This change likely reflects an update to the authentication configuration or a shift to a different endpoint authorization identifier.
This commit is contained in:
parent
6eebd10dc1
commit
dd33d74863
@ -55,7 +55,7 @@ public class RecActionController(IMediator mediator) : ControllerBase
|
||||
BodyQuery = $@"SELECT '{bodyJson ?? "NULL"}' AS REQUEST_BODY;",
|
||||
HeaderQuery = headerJson is not null ? $@"SELECT '{headerJson}' AS REQUEST_HEADER;" : null,
|
||||
Active = true,
|
||||
EndpointAuthId = 1
|
||||
EndpointAuthId = 4
|
||||
}, cancel);
|
||||
|
||||
return CreatedAtAction(nameof(CreateFakeAction), null);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user