add graphql link to index
This commit is contained in:
parent
ce66c16185
commit
9a14b49592
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@ fn hello(host: String) -> serde_json::Value {
|
||||||
"@GitHub": "https://github.com/genudine/saerro",
|
"@GitHub": "https://github.com/genudine/saerro",
|
||||||
"@Disclaimer": "Genudine Dynamics is not responsible for any damages caused by this software. Use at your own risk.",
|
"@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",
|
"@Support": "#api-dev in https://discord.com/servers/planetside-2-community-251073753759481856",
|
||||||
|
"GraphQL": format!("https://{}/graphql", host),
|
||||||
"Worlds": {
|
"Worlds": {
|
||||||
"Connery": hello_world(host.clone(), "1"),
|
"Connery": hello_world(host.clone(), "1"),
|
||||||
"Miller": hello_world(host.clone(), "10"),
|
"Miller": hello_world(host.clone(), "10"),
|
||||||
|
|
Loading…
Add table
Reference in a new issue