feat(joyent-cp-gql-mock-server): serve reqs under /api
This commit is contained in:
parent
54a5c6a46e
commit
920eaf0903
@ -49,8 +49,8 @@ server.register(
|
||||
{
|
||||
register: graphi,
|
||||
options: {
|
||||
graphqlPath: '/graphql',
|
||||
graphiqlPath: '/graphiql',
|
||||
graphqlPath: '/api/graphql',
|
||||
graphiqlPath: '/api/graphiql',
|
||||
schema,
|
||||
resolvers
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user