Skip to content

Commit

Permalink
fix FileArchive list response object name
Browse files Browse the repository at this point in the history
  • Loading branch information
nam20485 committed Apr 22, 2024
1 parent 8198000 commit c243796
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OdbDesignServer/Controllers/FileModelController.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1064,7 +1064,7 @@ namespace Odb::App::Server
}

crow::json::wvalue jsonResponse;
jsonResponse["file archives"] = std::move(designNames);
jsonResponse["filearchives"] = std::move(designNames);
return crow::response(jsonResponse);
}

Expand Down

0 comments on commit c243796

Please sign in to comment.