1
0
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:
Sérgio Ramos 2017-06-22 10:40:53 +01:00
parent 54a5c6a46e
commit 920eaf0903

View File

@ -49,8 +49,8 @@ server.register(
{
register: graphi,
options: {
graphqlPath: '/graphql',
graphiqlPath: '/graphiql',
graphqlPath: '/api/graphql',
graphiqlPath: '/api/graphiql',
schema,
resolvers
}