fix export of hapi middleware

This commit is contained in:
Evans Hauser 2018-07-13 13:23:45 -07:00
parent c00918b868
commit b7c5ceaade
No known key found for this signature in database
GPG key ID: 88AF586817F52EEC

View file

@ -89,3 +89,5 @@ const graphqlHapi: IPlugin = {
}
},
};
export { graphqlHapi };