mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-08 18:57:42 +02:00
Remove deprecated import endpoint (#10912)
Signed-off-by: Artem Savchenko <armisav@gmail.com>
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user