From 3e633ca92af17edd11617604ceb08381208c21c3 Mon Sep 17 00:00:00 2001 From: Andre Leiradella Date: Sat, 3 Sep 2016 19:14:07 +0100 Subject: [PATCH] renamed "api" to "apiVersion" --- httpserver/httpserver.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httpserver/httpserver.c b/httpserver/httpserver.c index 26558763fe..e9f7c6fb28 100644 --- a/httpserver/httpserver.c +++ b/httpserver/httpserver.c @@ -207,7 +207,7 @@ static int httpserver_handle_basic_info(struct mg_connection* conn, void* cbdata "HTTP/1.1 200 OK\r\nContent-Type: application/json\r\n\r\n" "{" "\"corePath\":\"%s\"," - "\"api\":%u," + "\"apiVersion\":%u," "\"systemInfo\":" "{" "\"libraryName\":\"%s\","