Withdraw working, also made them unique

This commit is contained in:
benarc 2024-02-01 17:15:34 +00:00
parent 39339469bb
commit 66d44f95fb
9 changed files with 50 additions and 19 deletions

View file

@ -15,7 +15,7 @@ myextension_ext: APIRouter = APIRouter(
temp_static_files = [
{
"path": "/myextension/static",
"name": "temp_static",
"name": "myextension_static",
}
]