Skip to content

Commit 3ab3191

Browse files
fix: python backend new url (#70)
1 parent 315fa9d commit 3ab3191

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ecies_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const testingMessage = "helloworld"
1818
const testingJsonMessage = `{"code":0,"msg":"ok","data":{"pageNumber":1,"pageSize":10,"total":0,"list":[],"realTotal":0}}{"code":0,"msg":"ok","data":{"pageNumber":1,"pageSize":10,"total":0,"list":[],"realTotal":0}}{"code":0,"msg":"ok","data":{"pageNumber":1,"pageSize":10,"total":0,"list":[],"realTotal":0}}`
1919
const testingReceiverPubkeyHex = "0498afe4f150642cd05cc9d2fa36458ce0a58567daeaf5fde7333ba9b403011140a4e28911fcf83ab1f457a30b4959efc4b9306f514a4c3711a16a80e3b47eb58b"
2020
const testingReceiverPrivkeyHex = "95d3c5e483e9b1d4f5fc8e79b2deaf51362980de62dbb082a9a4257eef653d7d"
21-
const pythonBackend = "https://ecies.deta.dev/"
21+
const pythonBackend = "https://eciespydemo-1-d5397785.deta.app/"
2222

2323
var testingReceiverPrivkey = []byte{51, 37, 145, 156, 66, 168, 189, 189, 176, 19, 177, 30, 148, 104, 25, 140, 155, 42, 248, 190, 121, 110, 16, 174, 143, 148, 72, 129, 94, 113, 219, 58}
2424

0 commit comments

Comments
 (0)