server : fix typo (#2181)

A simple comment typo, PR can be dismissed
This commit is contained in:
Daniel Valdivia 2024-05-25 00:46:22 -07:00 committed by GitHub
parent 22d46b7ba4
commit a7dc2aab16
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -947,7 +947,7 @@ int main(int argc, char ** argv) {
"application/json"); "application/json");
} }
// reset params to thier defaults // reset params to their defaults
params = default_params; params = default_params;
}); });
svr.Post(sparams.request_path + "/load", [&](const Request &req, Response &res){ svr.Post(sparams.request_path + "/load", [&](const Request &req, Response &res){