Skip to content

Commit

Permalink
🐛 Fix bag schema reference for remote api schema (#1238)
Browse files Browse the repository at this point in the history
  • Loading branch information
damm89 authored Apr 2, 2024
1 parent a0f95e4 commit 6c74f7f
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 248 deletions.
3 changes: 1 addition & 2 deletions backend/src/zac/conf/includes/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -500,11 +500,10 @@
ADMIN_INDEX_HIDE_APP_INDEX_PAGES = True

# URLs from which DRF spectacular retrieves API schemas

EXTERNAL_API_SCHEMAS = {
"BAG_API_SCHEMA": config(
"BAG_API_SCHEMA",
"https://api.bag.acceptatie.kadaster.nl/lvbag/individuelebevragingen/v2/openapi.yaml",
"https://api.bag.kadaster.nl/lvbag/individuelebevragingen/v2/openapi.json",
),
"DOWC_API_SCHEMA": config(
"DOWC_API_SCHEMA", "https://dowc.cg-intern.ont.utrecht.nl/api/v1"
Expand Down
Loading

0 comments on commit 6c74f7f

Please sign in to comment.