-
- Downloads
utils/urlsindex: Add support for django non regexp route
Allow to define endpoint route using a simple string instead of a regular expression. It notably enables to use django parameter type annotations like int or uuid.
parent
d4061d2c
No related branches found
No related tags found
Showing
- swh/web/api/apidoc.py 2 additions, 2 deletionsswh/web/api/apidoc.py
- swh/web/api/apiurls.py 1 addition, 1 deletionswh/web/api/apiurls.py
- swh/web/api/views/utils.py 1 addition, 1 deletionswh/web/api/views/utils.py
- swh/web/browse/browseurls.py 1 addition, 1 deletionswh/web/browse/browseurls.py
- swh/web/utils/urlsindex.py 13 additions, 5 deletionsswh/web/utils/urlsindex.py
Please register or sign in to comment