Adding TenantPropertyService screen
This commit is contained in:
@@ -28,7 +28,7 @@ export function getTenantProperty(key, props) {
|
||||
|
||||
var authKey = getAuthKeyFromProperties(props);
|
||||
console.log(`Fetching TPS Property [${key}]`);
|
||||
fetch(`${apiBaseUrl}/tps?propertyName=${key}&authKey=${authKey}`, {
|
||||
fetch(`${apiBaseUrl}/tps/${key}?authKey=${authKey}`, {
|
||||
credentials: "include", // fetch won't send cookies unless you set credentials
|
||||
})
|
||||
.then((response) => {
|
||||
|
||||
Reference in New Issue
Block a user