Skip to content

Commit

Permalink
feat: add broken field to api (#170)
Browse files Browse the repository at this point in the history
* feat: add github sponsors info

* fix: add CSRF_TRUSTED_ORIGINS to settings

* feat: add WIP action to manage PRs

* fix: make categories required; fixes #149

* chore: clean up readme

* feat: remove update-portainer workflow

* feat: add field  to api
  • Loading branch information
MagneticNeedle authored Apr 10, 2023
1 parent b60726d commit fac31af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bfportal/core/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ class ExperiencePageAPIViewSet(BaseAPIViewSet):
"featured",
"bugged",
"xp_farm",
"broken",
"like_count",
"exp_creators",
]
Expand Down

0 comments on commit fac31af

Please sign in to comment.