diff --git a/LICENSE b/LICENSE index c97e67a..93b0e4e 100644 --- a/LICENSE +++ b/LICENSE @@ -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 diff --git a/__init__.py b/__init__.py index 9287258..3f7044f 100644 --- a/__init__.py +++ b/__init__.py @@ -17,8 +17,8 @@ temp_ext: APIRouter = APIRouter( temp_static_files = [ { - "path": "/temp/static", - "name": "temp_static", + "path": "/tempextension/static", + "name": "tempextension_static", } ] diff --git a/__pycache__/__init__.cpython-39.pyc b/__pycache__/__init__.cpython-39.pyc new file mode 100644 index 0000000..f143f16 Binary files /dev/null and b/__pycache__/__init__.cpython-39.pyc differ diff --git a/__pycache__/crud.cpython-39.pyc b/__pycache__/crud.cpython-39.pyc new file mode 100644 index 0000000..bf52c9c Binary files /dev/null and b/__pycache__/crud.cpython-39.pyc differ diff --git a/__pycache__/lnurl.cpython-39.pyc b/__pycache__/lnurl.cpython-39.pyc new file mode 100644 index 0000000..dbb8dea Binary files /dev/null and b/__pycache__/lnurl.cpython-39.pyc differ diff --git a/__pycache__/migrations.cpython-39.pyc b/__pycache__/migrations.cpython-39.pyc new file mode 100644 index 0000000..d0f5545 Binary files /dev/null and b/__pycache__/migrations.cpython-39.pyc differ diff --git a/__pycache__/models.cpython-39.pyc b/__pycache__/models.cpython-39.pyc new file mode 100644 index 0000000..af244b9 Binary files /dev/null and b/__pycache__/models.cpython-39.pyc differ diff --git a/__pycache__/tasks.cpython-39.pyc b/__pycache__/tasks.cpython-39.pyc new file mode 100644 index 0000000..ee5459b Binary files /dev/null and b/__pycache__/tasks.cpython-39.pyc differ diff --git a/__pycache__/views.cpython-39.pyc b/__pycache__/views.cpython-39.pyc new file mode 100644 index 0000000..bc754c8 Binary files /dev/null and b/__pycache__/views.cpython-39.pyc differ diff --git a/__pycache__/views_api.cpython-39.pyc b/__pycache__/views_api.cpython-39.pyc new file mode 100644 index 0000000..6dfe123 Binary files /dev/null and b/__pycache__/views_api.cpython-39.pyc differ diff --git a/config.json b/config.json index eb94eab..28382d5 100644 --- a/config.json +++ b/config.json @@ -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" }