| 2540 | |
| 2541 | #if !defined(NDEBUG) |
| 2542 | std::string echo() |
| 2543 | { |
| 2544 | DynamicJsonDocument doc = get_post_data(); |
| 2545 | return serialize_json(doc); |
| 2546 | } |
| 2547 | #endif |
| 2548 | |
| 2549 | // MUST MATCH NAVIGATION.JSX |
nothing calls this directly
no test coverage detected