Измения в АПИ

This commit is contained in:
2025-08-07 18:33:28 +00:00
parent b2db578f5f
commit a1f1deea13
45 changed files with 1955 additions and 1119 deletions

View File

@@ -28,10 +28,16 @@ const nextConfig = {
port: '3000',
pathname: '/images/**',
},
// Продакшен на Vercel
// Наш API прокси для изображений
{
protocol: 'https',
hostname: 'neomovies-api.vercel.app',
hostname: 'neomovies-test-api.vercel.app',
pathname: '/api/v1/images/**',
},
// Продакшен на Vercel (старый)
{
protocol: 'https',
hostname: 'neomovies-test-api.vercel.app',
pathname: '/images/**',
},
{