name conflict

This commit is contained in:
arcbtc 2023-12-28 14:28:06 +00:00
parent e8370579fb
commit 4c4eafeeaa

View file

@ -9,7 +9,7 @@ from lnbits.tasks import catch_everything_and_restart
from typing import Callable
from fastapi.responses import JSONResponse
db = Database("ext_temp")
db = Database("ext_tempextension")
temp_ext: APIRouter = APIRouter(
prefix="/temp", tags=["temp"]