We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88381c1 commit 411f641Copy full SHA for 411f641
1 file changed
project_rates/views.py
@@ -130,4 +130,5 @@ def get(self, request, *args, **kwargs):
130
"industry": project.industry.id,
131
"criterias": criterias_data,
132
}
133
+
134
return Response(response, status=200)
0 commit comments