deploy: changed all domains to new one

also removed tls config from nginx as it is handled by caddy on vm
This commit is contained in:
ITQ
2025-04-02 19:07:21 +03:00
parent f1b5d8650c
commit 998cb90cf6
9 changed files with 12 additions and 120 deletions
+1 -1
View File
@@ -275,7 +275,7 @@ async def execute_code(request: ExecutionRequest) -> ExecutionResponse:
result_hash=result_hash,
error=error[:5000],
)
print(response.model_dump_json())
return response