|
const termIri = `${API_CONFIG.OLYMPIAN_GODS}/${group}/${termId}`; |
{API_CONFIG.OLYMPIAN_GODS} should not be used, it should be e.g. http://uri.interlex.org/base/ilx_1234567 if the user was viewing base or http://uri.interlex.org/tgbugs/ilx_1234567 if they were viewing my perspective. In this case follow what the jsonld returns now.
For adding from the search results page use base for now.
interlex/src/api/endpoints/apiService.ts
Line 316 in 5643e34
{API_CONFIG.OLYMPIAN_GODS}should not be used, it should be e.g.http://uri.interlex.org/base/ilx_1234567if the user was viewing base orhttp://uri.interlex.org/tgbugs/ilx_1234567if they were viewing my perspective. In this case follow what the jsonld returns now.For adding from the search results page use base for now.