1
0
mirror of https://github.com/TandoorRecipes/recipes.git synced 2026-01-11 09:07:12 -05:00

add token endpoint

This commit is contained in:
vabene1111
2022-05-31 15:43:04 +02:00
parent cac72df7ba
commit 9affc583a3
3 changed files with 25 additions and 1 deletions

View File

@@ -241,7 +241,7 @@ REST_FRAMEWORK = {
),
'DEFAULT_PERMISSION_CLASSES': [
'rest_framework.permissions.IsAuthenticated',
]
],
}
ROOT_URLCONF = 'recipes.urls'