UNPKG

@keycloakify/keycloak-account-ui

Version:
6 lines 282 B
import { joinPath } from "../utils/joinPath"; export default async function fetchContentJson(opts) { const response = await fetch(joinPath(opts.context.environment.resourceUrl, "/content.json"), opts); return await response.json(); } //# sourceMappingURL=fetchContent.js.map