Skip to content

Commit

Permalink
chkenv
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyBRoswell committed Aug 28, 2024
1 parent e38f990 commit 16cfaea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vreapis/containerizer/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ def post(self, request: Request):

class CellsHandler(viewsets.ModelViewSet):
common.logger.debug(f"CELL_GITHUB: {os.getenv('CELL_GITHUB')}")
common.logger.debug(f"BASE_PATH: {os.getenv('BASE_PATH')}")
queryset: QuerySet = Cell.objects.all()
serializer_class = CellSerializer
authentication_classes: list[BaseAuthentication] = [StaticTokenAuthentication]
Expand Down

0 comments on commit 16cfaea

Please sign in to comment.