fix: remove trailig slash
This commit is contained in:
+1
-1
@@ -23,7 +23,7 @@ if (config.dev) {
|
||||
// Add graphql mocking middleware
|
||||
//addGraphMiddleware(app);
|
||||
|
||||
app.use('/query/', proxy('localhost:6080', {
|
||||
app.use('/query', proxy('localhost:6080', {
|
||||
proxyReqPathResolver: function (req) {
|
||||
return '/query';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user