Spaces:
Running
Running
Daniel Valdivia
commited on
server : fix typo (#2181)
Browse filesA simple comment typo, PR can be dismissed
examples/server/server.cpp
CHANGED
|
@@ -947,7 +947,7 @@ int main(int argc, char ** argv) {
|
|
| 947 |
"application/json");
|
| 948 |
}
|
| 949 |
|
| 950 |
-
// reset params to
|
| 951 |
params = default_params;
|
| 952 |
});
|
| 953 |
svr.Post(sparams.request_path + "/load", [&](const Request &req, Response &res){
|
|
|
|
| 947 |
"application/json");
|
| 948 |
}
|
| 949 |
|
| 950 |
+
// reset params to their defaults
|
| 951 |
params = default_params;
|
| 952 |
});
|
| 953 |
svr.Post(sparams.request_path + "/load", [&](const Request &req, Response &res){
|