Skip to content

Commit efe6823

Browse files
netromerymnc
andauthored
fix: Rename playground title crates/proof_system/global_merkle_root/api/src/service.rs
Co-authored-by: Aaryamann Challani <[email protected]>
1 parent c0f26cf commit efe6823

File tree

1 file changed

+1
-1
lines changed
  • crates/proof_system/global_merkle_root/api/src

1 file changed

+1
-1
lines changed

crates/proof_system/global_merkle_root/api/src/service.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ async fn render_graphql_playground(graphql_endpoint: &str) -> impl IntoResponse
106106
Html(
107107
GraphiQLSource::build()
108108
.endpoint(graphql_endpoint)
109-
.title("Fuel Graphql Playground")
109+
.title("Fuel Global Merkle Root Service Graphql Playground")
110110
.finish(),
111111
)
112112
}

0 commit comments

Comments
 (0)