Skip to content

Commit

Permalink
fix(docarray): use production api (#4050)
Browse files Browse the repository at this point in the history
  • Loading branch information
mapleeit committed Dec 9, 2021
1 parent 7e797a2 commit bbac0aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jina/types/arrays/mixins/io/pushpull.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
class PushPullMixin:
"""Transmitting :class:`DocumentArray` via Jina Cloud Service"""

_service_url = 'http://apihubble.staging.jina.ai/v2/rpc/da.'
_service_url = 'https://apihubble.jina.ai/v2/rpc/da.'

def push(self, token: str, show_progress: bool = False) -> None:
"""Push this DocumentArray object to Jina Cloud which can be later retrieved via :meth:`.push`
Expand Down

0 comments on commit bbac0aa

Please sign in to comment.