浏览代码

add spaces

master
Jonathan Cobb 4 年前
父节点
当前提交
9df1a20ea5
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. +3
    -3
      README.md

+ 3
- 3
README.md 查看文件

@@ -79,9 +79,9 @@ This request must include the request header `Content-Type: application/json`
POST http://127.0.0.1:9833/register
{
"password": "<password>",
"session":"<session-token>",
"bubble":"<bubble-hostname>",
"ip":"<client-vpn-ip>"
"session": "<session-token>",
"bubble": "<bubble-hostname>",
"ip": "<client-vpn-ip>"
}

Where:


正在加载...
取消
保存