We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dde0686 commit a47238fCopy full SHA for a47238f
src/api/endpoint_handler.rs
@@ -25,6 +25,6 @@ pub async fn code(path: web::Path<String>) -> impl Responder {
25
26
HttpResponse::Ok().json(serde_json::to_value(&value).unwrap())
27
}
28
- None => HttpResponse::NotFound().json(json!({"message": "code not found"})),
+ None => HttpResponse::NotFound().json(json!({"message": "Code not found"})),
29
30
0 commit comments