Skip to content

Commit

Permalink
Update records.js
Browse files Browse the repository at this point in the history
  • Loading branch information
robguthrie authored Nov 29, 2022
1 parent 189363a commit 382c599
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion records.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const config = {
allowedOrigin: (process.env.APP_URL || assumed_app_url),
}

console.log(config.appUrl);
console.log("Allowed origin", config.allowedOrigin);

module.exports = async () => {
try {
Expand Down

0 comments on commit 382c599

Please sign in to comment.