Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Created March 20, 2024 09:05
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 bjoerntx/be263410dc952c4576a1d5a7520e5510 to your computer and use it in GitHub Desktop.
Save bjoerntx/be263410dc952c4576a1d5a7520e5510 to your computer and use it in GitHub Desktop.
const PROXY_CONFIG = [
{
context: [
"/document",
],
target: "https://localhost:7275",
secure: false
}
]
module.exports = PROXY_CONFIG;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment