tweak
This commit is contained in:
parent
aa77a764a4
commit
aae9a0d33a
11 changed files with 5 additions and 5 deletions
4
LICENSE
4
LICENSE
|
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
> Version 1.1, December 2016
|
> Version 1.1, December 2016
|
||||||
|
|
||||||
> Copyright (C) [year] [fullname]
|
> Copyright (C) 2024 Alan Bits
|
||||||
|
|
||||||
Everyone is permitted to copy and distribute verbatim or modified
|
Everyone is permitted to copy and distribute verbatim or modified
|
||||||
copies of this license document.
|
copies of this license document.
|
||||||
|
|
@ -33,7 +33,7 @@ you a DONKEY dick. Fix the problem yourself. A non-dick would submit the fix bac
|
||||||
|
|
||||||
# MIT License
|
# MIT License
|
||||||
|
|
||||||
> Copyright (c) [year] [fullname]
|
> Copyright (c) 2024 Alan Bits
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|
|
||||||
|
|
@ -17,8 +17,8 @@ temp_ext: APIRouter = APIRouter(
|
||||||
|
|
||||||
temp_static_files = [
|
temp_static_files = [
|
||||||
{
|
{
|
||||||
"path": "/temp/static",
|
"path": "/tempextension/static",
|
||||||
"name": "temp_static",
|
"name": "tempextension_static",
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
|
||||||
BIN
__pycache__/__init__.cpython-39.pyc
Normal file
BIN
__pycache__/__init__.cpython-39.pyc
Normal file
Binary file not shown.
BIN
__pycache__/crud.cpython-39.pyc
Normal file
BIN
__pycache__/crud.cpython-39.pyc
Normal file
Binary file not shown.
BIN
__pycache__/lnurl.cpython-39.pyc
Normal file
BIN
__pycache__/lnurl.cpython-39.pyc
Normal file
Binary file not shown.
BIN
__pycache__/migrations.cpython-39.pyc
Normal file
BIN
__pycache__/migrations.cpython-39.pyc
Normal file
Binary file not shown.
BIN
__pycache__/models.cpython-39.pyc
Normal file
BIN
__pycache__/models.cpython-39.pyc
Normal file
Binary file not shown.
BIN
__pycache__/tasks.cpython-39.pyc
Normal file
BIN
__pycache__/tasks.cpython-39.pyc
Normal file
Binary file not shown.
BIN
__pycache__/views.cpython-39.pyc
Normal file
BIN
__pycache__/views.cpython-39.pyc
Normal file
Binary file not shown.
BIN
__pycache__/views_api.cpython-39.pyc
Normal file
BIN
__pycache__/views_api.cpython-39.pyc
Normal file
Binary file not shown.
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "Temp",
|
"name": "Temp",
|
||||||
"short_description": "Minimal extension to build on",
|
"short_description": "Minimal extension to build on",
|
||||||
"tile": "/temp/static/image/temp.png",
|
"tile": "/tempextension/static/image/temp.png",
|
||||||
"contributors": ["arcbtc"],
|
"contributors": ["arcbtc"],
|
||||||
"min_lnbits_version": "0.0.1"
|
"min_lnbits_version": "0.0.1"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue