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
Hi,
First of all thanks for the great example!
In the TutorialController the CrossOrigin definition is wrong. Should be like this because the Angular app runs on port 4200
@CrossOrigin(origins = {"http://localhost:4200"})
The text was updated successfully, but these errors were encountered:
Hi, please read README.md carefully.
ng serve --port 8081
Sorry, something went wrong.
Hi @tienbku Thanks for the information. Indeed I didn't fully because usually the default is used and cross origin is set as in my comment.
In that case you can remove the @crossorigin annotation.
No branches or pull requests
Hi,
First of all thanks for the great example!
In the TutorialController the CrossOrigin definition is wrong. Should be like this because the Angular app runs on port 4200
The text was updated successfully, but these errors were encountered: