Skip to content

Commit

Permalink
Update dropbox/provider/app.py
Browse files Browse the repository at this point in the history
  • Loading branch information
walterbm-cohere authored Dec 5, 2023
1 parent e35f500 commit 5e28657
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dropbox/provider/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def search(body):
except UpstreamProviderError as error:
logger.error(f"Upstream search error: {error.message}")
abort(502, error.message)
return {"results": data}
return {"results": data}, 200, {"X-Connector-Id": app.config.get("APP_ID")}


def apikey_auth(token):
Expand Down

0 comments on commit 5e28657

Please sign in to comment.