Смена протоколов на https
This commit is contained in:
@@ -12,7 +12,7 @@ module.exports = function(app) {
|
|||||||
app.use(
|
app.use(
|
||||||
'/static/avatars',
|
'/static/avatars',
|
||||||
createProxyMiddleware({
|
createProxyMiddleware({
|
||||||
target: 'http://back.fool-stack.ru',
|
target: 'https://back.fool-stack.ru',
|
||||||
changeOrigin: true,
|
changeOrigin: true,
|
||||||
})
|
})
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user