Initial autofill on UV

This commit is contained in:
tleb
2019-10-18 01:28:59 +02:00
parent 6d0eba6bcf
commit eeb791c460
4 changed files with 167 additions and 2 deletions

View File

@ -53,4 +53,5 @@ urlpatterns = [
re_path(r"^login/", include("rest_framework.urls", namespace="rest_framework")),
re_path(r"^markdown$", RenderMarkdown, name="api_markdown"),
re_path(r"^mailings$", FetchMailingLists, name="mailings_fetch"),
re_path(r"^uv$", uv_endpoint, name="uv_endpoint"),
]