mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-08 15:48:27 -05:00
fixed schema for recipe from source endpoint
This commit is contained in:
@@ -1340,7 +1340,7 @@ class CustomAuthToken(ObtainAuthToken):
|
|||||||
})
|
})
|
||||||
|
|
||||||
|
|
||||||
class RecipeUrlImportView(ObtainAuthToken):
|
class RecipeUrlImportView(APIView):
|
||||||
throttle_classes = [RecipeImportThrottle]
|
throttle_classes = [RecipeImportThrottle]
|
||||||
permission_classes = [CustomIsUser & CustomTokenHasReadWriteScope]
|
permission_classes = [CustomIsUser & CustomTokenHasReadWriteScope]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user