There was an error while loading. Please reload this page.
1 parent f6a2b0d commit cdda7c4Copy full SHA for cdda7c4
1 file changed
openlibrary/plugins/openlibrary/deprecated_handler.py
@@ -100,4 +100,6 @@ class DeprecatedJSONEndpointHandler(DeprecatedEndpointHandler):
100
(r"/api/volumes/(.+)", "json"),
101
(r"/api/volumes/(.+)", None),
102
(r"/prices", "json"),
103
+ # FastAPI /status/testing.json (testing-environment status)
104
+ (r"/status/testing", "json"),
105
]
0 commit comments