mirror of
https://github.com/yldio/copilot.git
synced 2024-11-28 14:10:04 +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,
|
register: graphi,
|
||||||
options: {
|
options: {
|
||||||
graphqlPath: '/graphql',
|
graphqlPath: '/api/graphql',
|
||||||
graphiqlPath: '/graphiql',
|
graphiqlPath: '/api/graphiql',
|
||||||
schema,
|
schema,
|
||||||
resolvers
|
resolvers
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user