Skip to content

Commit

Permalink
Merge pull request #270 from adobecom/stage
Browse files Browse the repository at this point in the history
[Release] Stage to Main
  • Loading branch information
JasonHowellSlavin authored Dec 4, 2024
2 parents cc22339 + a2a00e1 commit 015d301
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/aa-university.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@ export default function registerAAUniversity() {

if (group) postBody.group = group.content;

fetch('https://us-central1-adobe---aa-university.cloudfunctions.net/register', {
fetch('https://14257-bacomaaep-stage.adobeio-static.net/api/v1/web/bacom-umep/register', {
method: 'POST',
body: JSON.stringify(postBody),
headers: { 'Content-Type': 'application/json' },
})
.catch((error) => window.lana.log(`Marketo AA University Error: ${error}`));

Expand Down

0 comments on commit 015d301

Please sign in to comment.