Skip to content
This repository was archived by the owner on Dec 26, 2022. It is now read-only.

Commit b2c2979

Browse files
authored
Merge pull request #639 from splasky/606
endpoint(fix): Reset default host
2 parents a003723 + 668f726 commit b2c2979

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

endpoint/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ cc_library(
33
srcs = ["endpoint.c"],
44
hdrs = ["endpoint.h"],
55
defines = [
6-
"ENDPOINT_HOST=\"tangle-accel.biilabs.io\"",
6+
"ENDPOINT_HOST=\"localhost\"",
77
"ENDPOINT_PORT=\"443\"",
88
"ENDPOINT_SSL_SEED=\"nonce\"",
99
],

0 commit comments

Comments
 (0)