You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I use sanic to make api, and I am using it.
Currently, the url is managed through a blueprint group, if use single blueprints can be versioned, but blueprints cannot be versioned in the case of a group.
If versioning is possible, maintenance will be much more convenient.
Describe the solution you'd like
Can use versioning in the blueprint group.
Is your feature request related to a problem? Please describe.
I use sanic to make api, and I am using it.
Currently, the url is managed through a blueprint group, if use single blueprints can be versioned, but blueprints cannot be versioned in the case of a group.
If versioning is possible, maintenance will be much more convenient.
Describe the solution you'd like
Can use versioning in the blueprint group.
Additional context
The text was updated successfully, but these errors were encountered: