diff --git a/df_designer/main.py b/df_designer/main.py index 862594f2..fb7f45e5 100644 --- a/df_designer/main.py +++ b/df_designer/main.py @@ -131,7 +131,7 @@ async def dff_tests_condition_post() -> dict[str, str]: return {"status": "ok"} -# TODO: compile (сериализация), build, runtime +# TODO: compile (сериализация в питон), build, runtime # /build @app.post("/build") async def build_post() -> dict[str, str]: @@ -139,6 +139,8 @@ async def build_post() -> dict[str, str]: return {"status": "ok"} +# TODO: другие эндпоинты (git, bot) + """ /git ??