mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-05 19:19:39 -06:00
Rewrite asset json function to nlohmann::json
This commit is contained in:
@@ -59,7 +59,7 @@ void DocumentationTopic::handleJson(const nlohmann::json& json) {
|
||||
response = global::keybindingManager->generateJson();
|
||||
}
|
||||
else if (requestedType == "meta") {
|
||||
response = SceneLicenseWriter().generateJson();
|
||||
response = SceneLicenseWriter().generateJsonList();
|
||||
}
|
||||
|
||||
_connection->sendJson(wrappedPayload(response));
|
||||
|
||||
Reference in New Issue
Block a user