mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-03 19:13:43 +02:00
typo
This commit is contained in:
parent
4da794b389
commit
9a5be0a092
1 changed files with 1 additions and 1 deletions
|
@ -1721,7 +1721,7 @@ unsigned int SqliteNetworkController::_doCPGet(
|
|||
// GET /controller returns status and API version if controller is supported
|
||||
Utils::snprintf(json,sizeof(json),"{\n\t\"controller\": true,\n\t\"apiVersion\": %d,\n\t\"clock\": %llu,\n\t\"instanceId\": \"%s\"\n}\n",ZT_NETCONF_CONTROLLER_API_VERSION,(unsigned long long)OSUtils::now(),_instanceId.c_str());
|
||||
responseBody = json;
|
||||
responseContentType = "applicaiton/json";
|
||||
responseContentType = "application/json";
|
||||
return 200;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue