Fix token-auth path in urls.py
Closes ThaliApp#117
Previous behaviour
Steps to reproduce:
- Try a call to
<url>/api/v1/token-auth/
- Does not work
New behaviour
Steps to validate that it works:
- Try a call to
<url>/api/v1/token-auth/
- Works fine
This will create a new commit in order to revert the existing changes.