Removed satspay ext

This commit is contained in:
Ben Arc
2021-04-04 13:32:03 +01:00
parent ed5aeccb8e
commit d7c3c4e51c
11 changed files with 0 additions and 1173 deletions
-11
View File
@@ -1,11 +0,0 @@
from quart import Blueprint
from lnbits.db import Database
db = Database("ext_satspay")
satspay_ext: Blueprint = Blueprint("satspay", __name__, static_folder="static", template_folder="templates")
from .views_api import * # noqa
from .views import * # noqa