table_class
This commit is contained in:
@@ -72,4 +72,11 @@ async def insert_table(data:dict):
|
||||
@router.post("select_rows_with_filter")
|
||||
async def select_rows_with_filter(value:str):
|
||||
"""Выборка с фильтром"""
|
||||
return await Request.select_rows_with_filter(value=value)
|
||||
return await Request.select_rows_with_filter(value=value)
|
||||
|
||||
@router.get("get_table_name")
|
||||
async def get_table_name(data:dict):
|
||||
return await {
|
||||
"name":"Сollection_form_opk",
|
||||
"name_bd":"Сollection_form_opk"
|
||||
}
|
||||
Reference in New Issue
Block a user