We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07f13ac commit b53412eCopy full SHA for b53412e
src/setupProxy.js
@@ -3,7 +3,6 @@ const {createProxyMiddleware} = require('http-proxy-middleware');
3
4
module.exports = function (app) {
5
const metaYdbBackend = process.env.META_YDB_BACKEND;
6
-
7
if (metaYdbBackend && metaYdbBackend !== 'undefined') {
8
app.use(
9
'/meta',
0 commit comments