Form works, check LNURL is valid url

This commit is contained in:
benarc
2021-12-02 22:56:31 +00:00
parent ccc52dc585
commit cacee8d072
3 changed files with 9 additions and 9 deletions
-1
View File
@@ -3,7 +3,6 @@ from sqlite3 import Row
from pydantic import BaseModel
class CreateLnurlPayoutData(BaseModel):
wallet: str
lnurlpay: str
threshold: int