Remove deprecated import endpoint (#10912)

Signed-off-by: Artem Savchenko <armisav@gmail.com>
This commit is contained in:
Artyom Savchenko
2026-06-18 16:00:46 +07:00
committed by GitHub
parent cfa72c2dac
commit f3ef8d2bab
2 changed files with 0 additions and 189 deletions
-10
View File
@@ -67,11 +67,6 @@ const devProxy = {
changeOrigin: true,
logLevel: 'debug'
},
'/import': {
target: 'http://huly.local:8087',
changeOrigin: true,
logLevel: 'debug'
},
'/rekoni/recognize': {
target: 'http://huly.local:4004',
changeOrigin: true,
@@ -97,11 +92,6 @@ const devProxyTest = {
changeOrigin: true,
logLevel: 'debug'
},
'/import': {
target: 'http://huly.local:8083',
changeOrigin: true,
logLevel: 'debug'
},
'/rekoni/recognize': {
target: 'http://huly.local:4004',
changeOrigin: true,