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

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