Bell/cspot catchup - release

This commit is contained in:
philippe44
2023-07-25 22:28:19 -07:00
parent 4cd210838f
commit 8d4813ceb4
15 changed files with 34 additions and 44 deletions

View File

@@ -92,6 +92,7 @@ class BellHTTPServer : public CivetHandler {
private:
std::unique_ptr<CivetServer> server;
std::vector<std::string> civetWebOptions;
int serverPort = 8080;
Router getRequestsRouter;