We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The example does not work without adding CORS.
The following line is not correct: registry.addEndpoint("...");
It should be, e.g.: registry.addEndpoint("...").setAllowedOrigins("*")
The text was updated successfully, but these errors were encountered:
Hi @pksilen. Thanks for the issue. I see this as a duplicate of #79. Let's continue the discussion there. I'll close this issue as a duplicate.
Sorry, something went wrong.
No branches or pull requests
The example does not work without adding CORS.
The following line is not correct:
registry.addEndpoint("...");
It should be, e.g.:
registry.addEndpoint("...").setAllowedOrigins("*")
The text was updated successfully, but these errors were encountered: