Создана страница OtherProfile, создан CSS к странице OtherProfile

This commit is contained in:
Dozzy7528
2026-02-03 13:29:51 +03:00
parent 2bdf65964b
commit ccd97c2fc7
3 changed files with 91 additions and 12 deletions

View File

@@ -12,7 +12,7 @@ module.exports = function(app) {
app.use(
'/static/avatars',
createProxyMiddleware({
target: 'http://back.fool-stack.ru',
target: 'https://back.fool-stack.ru',
changeOrigin: true,
})
);