Skip to content

Commit

Permalink
feat: Add role API key (BE) (#3346)
Browse files Browse the repository at this point in the history
  • Loading branch information
novakzaballa authored Feb 14, 2024
1 parent a89410c commit c60a145
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/api_keys/serializers.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ class MasterAPIKeySerializer(serializers.ModelSerializer):
class Meta:
model = MasterAPIKey
fields = (
"id",
"prefix",
"created",
"name",
Expand Down

0 comments on commit c60a145

Please sign in to comment.