updated Query options

This commit is contained in:
2025-01-30 14:24:42 +03:00
parent 822e4155a1
commit b664f64eb4
35 changed files with 852 additions and 589 deletions

View File

@@ -18,6 +18,4 @@ template_event = Event(
)
template_event.endpoint_callable = (
TemplateFunctions.template_example_function()
)
template_event.endpoint_callable = TemplateFunctions.template_example_function()

View File

@@ -7,5 +7,5 @@ template_page_info = PageInfo(
description={"en": "template"},
icon="",
parent="",
url=""
url="",
)

View File

@@ -1,12 +1,9 @@
from ApiLayers.ApiValidations.Request import (
BaseModelRegular
)
from ApiLayers.ApiValidations.Request import BaseModelRegular
class TemplateRequestModels:
TemplateRequestModelX = BaseModelRegular
class TemplateResponseModels:
TemplateResponseModelsX = BaseModelRegular