fix bulk action

fix export
This commit is contained in:
long2ice
2020-04-29 11:17:48 +08:00
parent 6672316c12
commit 7ad7c874f0
4 changed files with 4 additions and 4 deletions

View File

@ -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,