From fbb86083425b80d040730c13e3ba1c7cc238e165 Mon Sep 17 00:00:00 2001 From: Dozzy7528 Date: Tue, 3 Feb 2026 10:32:22 +0000 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20src/setupProxy.js?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/setupProxy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/setupProxy.js b/src/setupProxy.js index ad09b65..f28ed7f 100644 --- a/src/setupProxy.js +++ b/src/setupProxy.js @@ -12,7 +12,7 @@ module.exports = function(app) { app.use( '/static/avatars', createProxyMiddleware({ - target: 'https://back.fool-stack.ru', + target: 'http://back.fool-stack.ru', changeOrigin: true, }) );