{
path: ':catalogName',
name: 'catalog',
component: () => import('Views/catalog')
}
location /api {
proxy_pass http://185.65.245.247:3001;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection 'upgrade';
proxy_set_header Host $host;
proxy_cache_bypass $http_upgrade;
}
BACKEND_API: "'https://8.8.8.8:3001/api/v1'",