[fix] KOSync plugin server location (#3288)

This is only step one. It remains to be determined why the connection is downgraded to sslv3, which will result in a handshake failure.
pull/3289/head
Frans de Jonge 7 years ago committed by GitHub
parent 1f038055d3
commit 23e2183931

@ -1,5 +1,5 @@
{
"base_url" : "https://vislab.bjmu.edu.cn:7200/",
"base_url" : "https://sync.koreader.rocks:443/",
"name" : "koreader-sync-api",
"methods" : {
"register" : {

@ -1,6 +1,6 @@
local service = [[
{
"base_url" : "https://vislab.bjmu.edu.cn:7200",
"base_url" : "https://sync.koreader.rocks:443/",
"name" : "api",
"methods" : {
"register" : {

Loading…
Cancel
Save