mirror of
https://github.com/lnbits/lnbits.git
synced 2025-06-04 04:02:46 +02:00
if this isnt the last commit I will burn it all down
This commit is contained in:
parent
a0c66871fa
commit
5f60b025d5
@ -6,7 +6,6 @@ from starlette.exceptions import HTTPException
|
|||||||
|
|
||||||
from lnbits.core.crud import get_user
|
from lnbits.core.crud import get_user
|
||||||
from lnbits.decorators import WalletTypeInfo, require_admin_key
|
from lnbits.decorators import WalletTypeInfo, require_admin_key
|
||||||
from .models import CreateBleskomat
|
|
||||||
|
|
||||||
from . import bleskomat_ext
|
from . import bleskomat_ext
|
||||||
from .crud import (
|
from .crud import (
|
||||||
@ -17,6 +16,7 @@ from .crud import (
|
|||||||
update_bleskomat,
|
update_bleskomat,
|
||||||
)
|
)
|
||||||
from .exchange_rates import fetch_fiat_exchange_rate
|
from .exchange_rates import fetch_fiat_exchange_rate
|
||||||
|
from .models import CreateBleskomat
|
||||||
|
|
||||||
|
|
||||||
@bleskomat_ext.get("/api/v1/bleskomats")
|
@bleskomat_ext.get("/api/v1/bleskomats")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user