mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-07-29 19:19:50 +00:00
@ -88,7 +88,7 @@ if (cluster.isPrimary) {
|
|||||||
|
|
||||||
// Setup GraphQL
|
// Setup GraphQL
|
||||||
server.use(`/v${VERSION}/graphql`, graphql)
|
server.use(`/v${VERSION}/graphql`, graphql)
|
||||||
server.use(`/v${VERSION}/openapi`, openapi)
|
server.use(`/v${VERSION}/openapi`, openapi)
|
||||||
|
|
||||||
// Setup JSON endpoints
|
// Setup JSON endpoints
|
||||||
server.use(`/v${VERSION}`, jsonEndpoints)
|
server.use(`/v${VERSION}`, jsonEndpoints)
|
||||||
|
Reference in New Issue
Block a user