chore: change path to GQL-API
This commit is contained in:
+2
-2
@@ -23,9 +23,9 @@ if (config.dev) {
|
||||
// Add graphql mocking middleware
|
||||
//addGraphMiddleware(app);
|
||||
|
||||
app.use('/graph/', proxy('localhost:8081', {
|
||||
app.use('/query/', proxy('localhost:6080', {
|
||||
proxyReqPathResolver: function (req) {
|
||||
return '/graph/';
|
||||
return '/query';
|
||||
}
|
||||
}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user