mirror of
https://github.com/fastapi-admin/fastapi-admin.git
synced 2025-08-14 18:58:13 +08:00
fix bulk action
fix export
This commit is contained in:
@ -28,7 +28,7 @@ templates = Jinja2Templates(directory='examples/templates')
|
||||
|
||||
|
||||
@admin_app.post(
|
||||
'/{resource}/bulk/test_bulk'
|
||||
'/rest/{resource}/bulk/test_bulk'
|
||||
)
|
||||
async def test_bulk(
|
||||
bulk_in: BulkIn,
|
||||
|
Reference in New Issue
Block a user