lnbits-legend/lnbits/core
Stefan Stammberger 3831bca9e2
fix: cleanup core/views/generic.py
* Fixed withdraw endpoint query params access
    was: request.query_params.get("usr")
    corrected: request.query_params.get("usr")
* Added missing response classes
* Removed old comments and commeted out code
* Deleted the unused auth_bearer.py file
2021-11-27 10:13:32 +01:00
..
static Fixed payment checking 2021-10-22 00:41:30 +01:00
templates/core Fixed payment checking 2021-10-22 00:41:30 +01:00
views fix: cleanup core/views/generic.py 2021-11-27 10:13:32 +01:00
__init__.py I want them to turn black 2021-10-17 18:33:29 +01:00
crud.py Revert "chore: apply black to all .py files" 2021-11-26 05:56:30 +00:00
migrations.py remove IF NOT EXISTS in CREATE VIEW 2021-11-15 21:45:13 +00:00
models.py Made memo optional in model 2021-11-04 12:57:28 +00:00
services.py Revert "chore: apply black to all .py files" 2021-11-26 05:56:30 +00:00
tasks.py I want them to turn black 2021-10-17 18:33:29 +01:00