+
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2026-04-04 14:08:22 +10:00
parent c488e8012f
commit db21911652
3 changed files with 68 additions and 2 deletions

View File

@@ -40,8 +40,8 @@ def get_connection():
dbname="parsed_url",
user="postgres",
password="qwertyqwerty123123",
host="127.0.0.1"
# host ="45.129.78.228"
# host="127.0.0.1"
host ="45.129.78.228"
)
@app.post("/save_parsed_data", summary="Сохранить данные парсинга")