Skip to content

Commit

Permalink
fix ES endpoint (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
phuongnq committed Dec 15, 2021
1 parent cc48228 commit 61547bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/classes/src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const DEFAULTS: CrafterConfig = {
GET_NAV_TREE: '/api/1/site/navigation/tree.json',
GET_BREADCRUMB: '/api/1/site/navigation/breadcrumb.json',
TRANSFORM_URL: '/api/1/site/url/transform.json',
ELASTICSEARCH: 'api/1/site/elasticsearch/search'
ELASTICSEARCH: '/api/1/site/elasticsearch/search'
},
contentTypeRegistry: {},
headers: {}
Expand Down

0 comments on commit 61547bc

Please sign in to comment.