mirror of
https://github.com/yldio/copilot.git
synced 2024-11-14 23:30:05 +02:00
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