We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4defc5b commit 86c034dCopy full SHA for 86c034d
1 file changed
src/dspace_statistics_api/app.py
@@ -45,7 +45,7 @@ class OpenAPIJSONResource:
45
def on_get(self, req, resp):
46
resp.status = falcon.HTTP_200
47
resp.content_type = "text/html"
48
- with open("dspace_statistics_api/docs/openapi.json", "r") as f:
+ with open("src/dspace_statistics_api/docs/openapi.json", "r") as f:
49
# Load the openapi.json schema
50
data = json.load(f)
51
0 commit comments