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