From 9a14b4959269e02efc1adfc7cd3e51aede7753bf Mon Sep 17 00:00:00 2001 From: Katalina Okano Date: Fri, 25 Nov 2022 18:45:00 -0500 Subject: [PATCH] add graphql link to index --- services/api/src/main.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/services/api/src/main.rs b/services/api/src/main.rs index 606e6e6..cd93aec 100644 --- a/services/api/src/main.rs +++ b/services/api/src/main.rs @@ -30,6 +30,7 @@ fn hello(host: String) -> serde_json::Value { "@GitHub": "https://github.com/genudine/saerro", "@Disclaimer": "Genudine Dynamics is not responsible for any damages caused by this software. Use at your own risk.", "@Support": "#api-dev in https://discord.com/servers/planetside-2-community-251073753759481856", + "GraphQL": format!("https://{}/graphql", host), "Worlds": { "Connery": hello_world(host.clone(), "1"), "Miller": hello_world(host.clone(), "10"),