Для теста (в ip БД стоит адрес сервера, а не локальный)

This commit is contained in:
2026-02-05 14:14:13 +10:00
parent 71e03efa71
commit 0ba02c5ee6

View File

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