bug: trying to fix thumbnail
This commit is contained in:
parent
d47874bda9
commit
4f00330835
3 changed files with 5 additions and 2 deletions
|
|
@ -6,11 +6,14 @@ from lnbits.db import Database
|
||||||
from lnbits.helpers import template_renderer
|
from lnbits.helpers import template_renderer
|
||||||
from lnbits.tasks import catch_everything_and_restart
|
from lnbits.tasks import catch_everything_and_restart
|
||||||
|
|
||||||
|
|
||||||
db = Database("ext_myextension")
|
db = Database("ext_myextension")
|
||||||
|
|
||||||
myextension_ext: APIRouter = APIRouter(prefix="/myextension", tags=["MyExtension"])
|
myextension_ext: APIRouter = APIRouter(
|
||||||
|
prefix="/myextension", tags=["MyExtension"]
|
||||||
|
)
|
||||||
|
|
||||||
temp_static_files = [
|
myextension_static_files = [
|
||||||
{
|
{
|
||||||
"path": "/myextension/static",
|
"path": "/myextension/static",
|
||||||
"name": "myextension_static",
|
"name": "myextension_static",
|
||||||
|
|
|
||||||
Binary file not shown.
Binary file not shown.
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 12 KiB |
Loading…
Add table
Add a link
Reference in a new issue