events initated first endpoint tested
This commit is contained in:
@@ -1,15 +1,18 @@
|
||||
from Events.Engine.abstract_class import CategoryCluster
|
||||
|
||||
# from info import template_page_info
|
||||
from .account_records import AccountRecordsEventMethods
|
||||
from .info import account_page_info
|
||||
|
||||
|
||||
AccountCluster = CategoryCluster(
|
||||
name="AccountCluster",
|
||||
tags=["template"],
|
||||
tags=["accounts"],
|
||||
prefix="/accounts",
|
||||
description="Account Cluster",
|
||||
pageinfo=None,
|
||||
endpoints={},
|
||||
pageinfo=account_page_info,
|
||||
endpoints={
|
||||
"AccountRecordsEventMethods": AccountRecordsEventMethods,
|
||||
},
|
||||
include_in_schema=True,
|
||||
sub_category=[],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user