django-pwa icon indicating copy to clipboard operation
django-pwa copied to clipboard

Update urls.py

Open shumwe opened this issue 3 years ago • 1 comments

replacing url with re_path

shumwe avatar Jan 15 '22 14:01 shumwe

@shumwe It is unnecessary to use re_path here especially if there are no parameters in the urls. It would be much cleaner with plain paths and with simple URL patterns, which I already did here: #82

PetrDlouhy avatar Feb 22 '22 09:02 PetrDlouhy

Hello. Thanks for your contribution. I will close this, since #88 already got merged.

hartungstenio avatar Feb 25 '23 12:02 hartungstenio