mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-05 19:19:39 -06:00
Rename functions for consistency
This commit is contained in:
@@ -58,7 +58,7 @@ void DocumentationTopic::handleJson(const nlohmann::json& json) {
|
||||
// TODO: Add asset documentation here
|
||||
}
|
||||
else if (requestedType == "meta") {
|
||||
response = DocEng.generateLicenseList();
|
||||
response = DocEng.generateLicenseListJson();
|
||||
}
|
||||
|
||||
_connection->sendJson(wrappedPayload(response));
|
||||
|
||||
Reference in New Issue
Block a user