Skip to content

Commit

Permalink
Update constant.js
Browse files Browse the repository at this point in the history
  • Loading branch information
pranay-tippa authored Jun 27, 2024
1 parent 91a1da4 commit 024c682
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blocks/form/constant.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export const defaultErrorMessages = {
// eslint-disable-next-line no-useless-escape
export const emailPattern = '([A-Za-z0-9][._]?)+[A-Za-z0-9]@[A-Za-z0-9]+(\.?[A-Za-z0-9]){2}\.([A-Za-z0-9]{2,4})?';

let submitBaseUrl = 'https://publish-p133911-e1313554.adobeaemcloud.com';
let submitBaseUrl = 'https://publish-p10652-e203356-cmstg.adobeaemcloud.com';

export function setSubmitBaseUrl(url) {
submitBaseUrl = url;
Expand Down

0 comments on commit 024c682

Please sign in to comment.