mirror of
https://github.com/unraid/api.git
synced 2026-05-09 08:41:12 -05: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