mirror of
https://github.com/unraid/api.git
synced 2026-01-18 14:39:39 -06:00
fix: mount subscriptionEndpoint at /graphql
This commit is contained in:
@@ -323,7 +323,7 @@ const apiKeyToUser = (apiKey: string) => {
|
||||
export const graphql = {
|
||||
introspection: debug,
|
||||
playground: debug ? {
|
||||
subscriptionEndpoint: '/graph',
|
||||
subscriptionEndpoint: '/graphql',
|
||||
} : false,
|
||||
schema,
|
||||
types,
|
||||
|
||||
Reference in New Issue
Block a user