Skip to content

Commit cdda7c4

Browse files
committed
Proxy /status/testing.json to FastAPI in local dev
1 parent f6a2b0d commit cdda7c4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

openlibrary/plugins/openlibrary/deprecated_handler.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,4 +100,6 @@ class DeprecatedJSONEndpointHandler(DeprecatedEndpointHandler):
100100
(r"/api/volumes/(.+)", "json"),
101101
(r"/api/volumes/(.+)", None),
102102
(r"/prices", "json"),
103+
# FastAPI /status/testing.json (testing-environment status)
104+
(r"/status/testing", "json"),
103105
]

0 commit comments

Comments
 (0)