Add one stage pipeline to /ok

This commit is contained in:
2025-08-22 14:28:17 -04:00
parent c536522f21
commit f43e623a7e
5 changed files with 52 additions and 12 deletions

View File

@@ -258,6 +258,5 @@ int main(int argc, char *argv[]) {
server->run();
std::cout << "Server shutdown complete." << std::endl;
g_server = nullptr;
return 0;
}