Skip to content

Commit a449ac1

Browse files
committed
chore: update comment
1 parent 48825a1 commit a449ac1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/http/src/service.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,6 @@ where
232232
})
233233
}
234234

235-
/// Handles 404s.
236235
fn handle_not_found(&self) -> GraphQLServiceResponse {
237236
async {
238237
let response_obj = json!({
@@ -249,6 +248,7 @@ where
249248
}
250249
.boxed()
251250
}
251+
252252
fn handle_mutations(&self) -> GraphQLServiceResponse {
253253
async {
254254
let response_obj = json!({

0 commit comments

Comments
 (0)