Skip to content

Commit

Permalink
feat/backend: upd TODOs
Browse files Browse the repository at this point in the history
  • Loading branch information
kudep committed Dec 12, 2023
1 parent 55bb5af commit 4d766b1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion df_designer/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,14 +131,16 @@ 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]:
"""(send flag to compile and connect user's bot ??)"""
return {"status": "ok"}


# TODO: другие эндпоинты (git, bot)

"""
/git ??
Expand Down

0 comments on commit 4d766b1

Please sign in to comment.