Skip to content

v0.0.8

Choose a tag to compare

@bigrivi bigrivi released this 24 Mar 12:03
· 22 commits to main since this release

fix issues:

  • routes options only set to empty list does not take effect
@crud(
    user_router,
    routes={
        "only": []
    }
)