etiquette/frontends/etiquette_flask/backend/endpoints
Ethan Dalool bef91b959b Improve specific tag redirect.
Previous version had a bug when the URL contained percent-encoded
spaces because url.replace() was looking for spaces and not replacing
the %20. Constructing the url from parts is more reliable.
2021-01-05 01:25:29 -08:00
..
__init__.py
album_endpoints.py
basic_endpoints.py
bookmark_endpoints.py
photo_endpoints.py
tag_endpoints.py Improve specific tag redirect. 2021-01-05 01:25:29 -08:00
user_endpoints.py