Mint: Add slowapi (#481)

* Add slowapi

* fix startup

* adjust settings

* add rate limits to tx routes

* elastic
This commit is contained in:
callebtc
2024-03-23 02:25:19 +01:00
committed by GitHub
parent b288a6d50e
commit adeec000a7
9 changed files with 370 additions and 97 deletions

View File

@@ -32,6 +32,7 @@ bip32 = "^3.4"
mnemonic = "^0.20"
bolt11 = "^2.0.5"
pre-commit = "^3.5.0"
slowapi = "^0.1.9"
[tool.poetry.extras]
pgsql = ["psycopg2-binary"]