Skip to content

Commit

Permalink
try without middleware
Browse files Browse the repository at this point in the history
  • Loading branch information
talsabagport committed Oct 31, 2024
1 parent 6096ecc commit 8f2aa4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion integrations/jira/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "jira"
version = "0.1.89-dev048"
version = "0.1.89-dev049"
description = "Integration to bring information from Jira into Port"
authors = ["Mor Paz <[email protected]>"]

Expand Down
2 changes: 1 addition & 1 deletion port_ocean/ocean.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def __init__(
):
initialize_port_ocean_context(self)
self.fast_api_app = app or FastAPI()
self.fast_api_app.middleware("http")(request_handler)
# self.fast_api_app.middleware("http")(request_handler)

self.config = IntegrationConfiguration(
# type: ignore
Expand Down

0 comments on commit 8f2aa4b

Please sign in to comment.