Skip to content

Commit

Permalink
trigger codeQL
Browse files Browse the repository at this point in the history
  • Loading branch information
enzofrnt committed Sep 25, 2024
1 parent 65f75de commit c0d4e32
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ from rest_framework.viewsets import ViewSet
from django.urls import path, include
from hybrid_router import HybridRouter


class ServerConfigViewSet(ViewSet):
def list(self, request):
return Response({'a': 'b'})
Expand Down

0 comments on commit c0d4e32

Please sign in to comment.