This commit is contained in:
arcbtc 2023-12-28 16:29:04 +00:00
parent aa77a764a4
commit aae9a0d33a
11 changed files with 5 additions and 5 deletions

View file

@ -6,7 +6,7 @@
> Version 1.1, December 2016
> Copyright (C) [year] [fullname]
> Copyright (C) 2024 Alan Bits
Everyone is permitted to copy and distribute verbatim or modified
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
> Copyright (c) [year] [fullname]
> Copyright (c) 2024 Alan Bits
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

View file

@ -17,8 +17,8 @@ temp_ext: APIRouter = APIRouter(
temp_static_files = [
{
"path": "/temp/static",
"name": "temp_static",
"path": "/tempextension/static",
"name": "tempextension_static",
}
]

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -1,7 +1,7 @@
{
"name": "Temp",
"short_description": "Minimal extension to build on",
"tile": "/temp/static/image/temp.png",
"tile": "/tempextension/static/image/temp.png",
"contributors": ["arcbtc"],
"min_lnbits_version": "0.0.1"
}