Skip to main content

POST /api/node

Adı ve URL'yi belirterek yeni bir cuckoo node kaydedin:

$ curl http://localhost:9003/api/node -F name=localhost \
    -F url=http://localhost:8090/
{
    "success": true
}