ci cd uchun test commit
All checks were successful
Deploy to Production / build-and-deploy (push) Successful in 2m10s
All checks were successful
Deploy to Production / build-and-deploy (push) Successful in 2m10s
This commit is contained in:
@@ -5,6 +5,8 @@ from core.apps.tasks.serializers.board import BoardSerializer
|
|||||||
from core.apps.tasks.models import Column
|
from core.apps.tasks.models import Column
|
||||||
|
|
||||||
|
|
||||||
|
#test commit
|
||||||
|
|
||||||
class BoardListView(generics.ListAPIView):
|
class BoardListView(generics.ListAPIView):
|
||||||
queryset = Column.objects.order_by('id')
|
queryset = Column.objects.order_by('id')
|
||||||
serializer_class = BoardSerializer
|
serializer_class = BoardSerializer
|
||||||
|
|||||||
Reference in New Issue
Block a user