events cluster updated with PageInfo
This commit is contained in:
@@ -53,9 +53,7 @@ MenuEventMethods = MethodToEvent(
|
||||
)
|
||||
|
||||
|
||||
def menu_endpoint(
|
||||
request: Request, data: EndpointBaseRequestModel
|
||||
) -> Dict[str, Any]:
|
||||
def menu_endpoint(request: Request, data: EndpointBaseRequestModel) -> Dict[str, Any]:
|
||||
function = ValidationEventMethods.retrieve_event(
|
||||
event_function_code=f"{menu_event.key}"
|
||||
)
|
||||
@@ -63,4 +61,5 @@ def menu_endpoint(
|
||||
RetrieveValidation.context_retriever = ContextRetrievers(func=validations_endpoint)
|
||||
return function.endpoint_callable(request=request, data=data)
|
||||
|
||||
|
||||
MenuEventMethods.endpoint_callable = menu_endpoint
|
||||
|
||||
Reference in New Issue
Block a user