fixed a typo

This commit is contained in:
Behnam M 2024-01-10 00:17:33 -05:00 committed by GitHub
parent 675e67fe89
commit d59c119f0e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2956,7 +2956,7 @@ int main(int argc, char **argv)
res.set_content(R"({"status": "ok"})", "application/json");
res.status = 200; // HTTP OK
break;
case LOADING:
case LOADING_MODEL:
res.set_content(R"({"status": "loading model"})", "application/json");
res.status = 503; // HTTP Service Unavailable
break;