shareabouts-api
shareabouts-api copied to clipboard
Remove unused "manager_logout" route
I don't think this route is used anywhere in the shareabouts-api, in Django itself, or in the loginas code.
Django admin uses "/admin/logout" and REST Framework uses "/api/v2/forms/logout/?next=/api/v2/", so I'm not really sure what this is for. There's a good chance I'm missing something though!