diff --git a/webapp/src/environments/environment.ts b/webapp/src/environments/environment.ts index 3e8e96ee79bf3c74873435e16df1c74ebd0cb72d..5fdd0d5eb7b5def3792aa7fb7cbe6b93bb851d91 100644 --- a/webapp/src/environments/environment.ts +++ b/webapp/src/environments/environment.ts @@ -7,7 +7,7 @@ export const environment = { production: false, elasticsearchUrl: { - full: 'http://localhost:8081/elasticsearch/*.full.v2', + full: 'http://localhost:8081/elasticsearch/*.full.v3', meta: 'http://localhost:8081/elasticsearch/*.meta' },