Skip to content

Commit

Permalink
support CORS
Browse files Browse the repository at this point in the history
Signed-off-by: Choonho Son <choonho.son@snu.ac.kr>
  • Loading branch information
Choonho Son committed May 2, 2024
1 parent 7d58d09 commit 47b2e85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/up-business-theme/layouts/page/register.html
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
event.preventDefault();
const form = event.currentTarget;

const url = "http://demo.aurorastack.io/registration/v1/user/create";
const url = "http://register.aurorastack.io/registration/v1/user/create";

try {
const formData = new FormData(form);
Expand Down

0 comments on commit 47b2e85

Please sign in to comment.