mirror of
https://github.com/koreader/koreader.git
synced 2025-12-13 20:36:53 +01:00
[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.
This commit is contained in:
@@ -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" : {
|
||||
|
||||
Reference in New Issue
Block a user