updated Query options
This commit is contained in:
@@ -18,6 +18,4 @@ template_event = Event(
|
||||
)
|
||||
|
||||
|
||||
template_event.endpoint_callable = (
|
||||
TemplateFunctions.template_example_function()
|
||||
)
|
||||
template_event.endpoint_callable = TemplateFunctions.template_example_function()
|
||||
|
||||
@@ -7,5 +7,5 @@ template_page_info = PageInfo(
|
||||
description={"en": "template"},
|
||||
icon="",
|
||||
parent="",
|
||||
url=""
|
||||
url="",
|
||||
)
|
||||
|
||||
@@ -1,12 +1,9 @@
|
||||
from ApiLayers.ApiValidations.Request import (
|
||||
BaseModelRegular
|
||||
)
|
||||
from ApiLayers.ApiValidations.Request import BaseModelRegular
|
||||
|
||||
|
||||
class TemplateRequestModels:
|
||||
TemplateRequestModelX = BaseModelRegular
|
||||
|
||||
|
||||
|
||||
class TemplateResponseModels:
|
||||
TemplateResponseModelsX = BaseModelRegular
|
||||
|
||||
Reference in New Issue
Block a user