Skip to content

Instantly share code, notes, and snippets.

@SidneyAllen
Created October 17, 2021 19:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SidneyAllen/3ec89a0e1f8ec4592c227a37b718aeb5 to your computer and use it in GitHub Desktop.
Save SidneyAllen/3ec89a0e1f8ec4592c227a37b718aeb5 to your computer and use it in GitHub Desktop.
const configurePrism = (baseurl, options = {}) => {
let result = { ...defaultClientOptions, ...options };
result.baseurl = baseurl;
result.upstream = new URL(baseurl);
return result;
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment