Jonathan Cobb 4 anni fa
parent
commit
9df1a20ea5
1 ha cambiato i file con 3 aggiunte e 3 eliminazioni
  1. +3
    -3
      README.md

+ 3
- 3
README.md Vedi File

@@ -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:


Caricamento…
Annulla
Salva