This website works better with JavaScript.
Home
Help
Sign In
heuzef
/
pinry
mirror of
https://github.com/pinry/pinry.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
44
Wiki
Activity
Browse Source
Feature: Add private field to board
pull/178/head
winkidney
4 years ago
parent
c31d93f797
commit
dd76375399
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
core/serializers.py
+ 1
- 0
core/serializers.py
View File
@@ -169,6 +169,7 @@ class BoardSerializer(serializers.HyperlinkedModelSerializer):
settings.DRF_URL_FIELD_NAME,
"id",
"name",
"private",
"pins",
"pins_detail",
"published",
Write
Preview
Loading…
Cancel
Save