Skip to content

Commit 86c034d

Browse files
committed
src/dspace_statistics_api/app.py: OpenAPI json path
1 parent 4defc5b commit 86c034d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/dspace_statistics_api

src/dspace_statistics_api/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ class OpenAPIJSONResource:
4545
def on_get(self, req, resp):
4646
resp.status = falcon.HTTP_200
4747
resp.content_type = "text/html"
48-
with open("dspace_statistics_api/docs/openapi.json", "r") as f:
48+
with open("src/dspace_statistics_api/docs/openapi.json", "r") as f:
4949
# Load the openapi.json schema
5050
data = json.load(f)
5151

0 commit comments

Comments
 (0)