-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
I am using django-oscar-api, and it includes lots of DRF endpoints which do not have a trailing /
, and I cant add them.
e.g.
?: (url_checks.E001) URI pattern does not end with slash
HINT: Add slash to end of path "baskets/<int:basket_pk>/lines/<int:line_pk>/lineattributes/<int:pk><drf_format_suffix:format>", named "lineattribute-detail"
It would be nice to be able to somehow mask these ones, by namespace, path prefix or app name.
Metadata
Metadata
Assignees
Labels
No labels