public api for checking an invoice status with longpolling.

This commit is contained in:
fiatjaf
2021-06-02 17:05:07 -03:00
parent 7a25c8ce24
commit fc792f874b
4 changed files with 45 additions and 7 deletions
+1
View File
@@ -14,6 +14,7 @@ core_app: Blueprint = Blueprint(
from .views.api import * # noqa
from .views.generic import * # noqa
from .views.public_api import * # noqa
from .tasks import register_listeners
from lnbits.tasks import record_async