name conflict
This commit is contained in:
parent
e8370579fb
commit
4c4eafeeaa
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ from lnbits.tasks import catch_everything_and_restart
|
||||||
from typing import Callable
|
from typing import Callable
|
||||||
from fastapi.responses import JSONResponse
|
from fastapi.responses import JSONResponse
|
||||||
|
|
||||||
db = Database("ext_temp")
|
db = Database("ext_tempextension")
|
||||||
|
|
||||||
temp_ext: APIRouter = APIRouter(
|
temp_ext: APIRouter = APIRouter(
|
||||||
prefix="/temp", tags=["temp"]
|
prefix="/temp", tags=["temp"]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue