MCPcopy Create free account
hub / github.com/parse-community/parse-server / parseFrameURL

Method parseFrameURL

src/Config.js:971–973  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

969 }
970
971 get parseFrameURL() {
972 return this.customPages.parseFrameURL;
973 }
974
975 get verifyEmailURL() {
976 return `${this.publicServerURL}/${this.pagesEndpoint}/${this.applicationId}/verify_email`;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected