Skip to content

Commit

Permalink
Update endpoints.py to explicitly specify protocol (#77)
Browse files Browse the repository at this point in the history
* Update endpoints.py to explicitly specify protocol

* fix: Add slash
  • Loading branch information
dpcollins-google committed Dec 14, 2020
1 parent 9d81d52 commit d636182
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google/cloud/pubsublite/internal/endpoints.py
Expand Up @@ -16,4 +16,4 @@


def regional_endpoint(region: CloudRegion):
return f"{region}-pubsublite.googleapis.com"
return f"dns:///{region}-pubsublite.googleapis.com"

0 comments on commit d636182

Please sign in to comment.