Skip to content

Commit

Permalink
Merge pull request #89 from Amsterdam/feature/add-source-field-to-api
Browse files Browse the repository at this point in the history
Added source field to the api
  • Loading branch information
kramer65 authored Apr 14, 2021
2 parents a1af606 + a5a4fd5 commit 8ff4e9c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/bouwdossiers/serializers.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,5 +108,6 @@ class Meta:
'access_restricted_until',
'activiteiten',
'documenten',
'adressen'
'adressen',
'source',
)

0 comments on commit 8ff4e9c

Please sign in to comment.