make is_public field available via services API

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2020-10-21 17:00:55 +02:00
parent 428eb803fd
commit 246de54696
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 1 additions and 0 deletions

View File

@ -53,6 +53,7 @@ router.register(r'services', create_viewset(
'url',
'instances',
'overall_status',
'is_public',
),
))