Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
Uno-Takashi committed Jun 16, 2022
1 parent 4bc5bd5 commit 740c073
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django_dynamic_shields/views/DynamicShieldsView.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ def create_shields_data(self):
pass

def get(self, request, *args, **kwargs):
create_shields_data()
self.create_shields_data()
return JsonResponse(self.shields_data.dict)

0 comments on commit 740c073

Please sign in to comment.