Skip to content

Instantly share code, notes, and snippets.

@ankitamasand
Last active October 23, 2020 08:15
{
data: [
{
tenantId: "treebo",
applicationHosts: [
{
name: "pms",
host: "pms.treebo.com"
},
{
name: "web",
host: "www.treebo.com"
}
]
},
{
tenantId: "pearl",
applicationHosts: [
{
name: "pms",
host: "pearl.com"
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment