mirror of
https://github.com/decompals/frogress.git
synced 2025-12-21 18:59:37 +00:00
black
This commit is contained in:
@@ -233,7 +233,6 @@ class VersionDataView(APIView):
|
||||
return Response(response_json)
|
||||
|
||||
def post(self, request: Request, project_slug: str, version_slug: str) -> Response:
|
||||
|
||||
result = VersionDataView.create_entries(
|
||||
request.data, project_slug, version_slug
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user