Skip to content

Instantly share code, notes, and snippets.

@alexisselorm
Created December 26, 2023 01:47
Show Gist options
  • Save alexisselorm/9e6dd8c37a200bb5f1ab4c3051321ce8 to your computer and use it in GitHub Desktop.
Save alexisselorm/9e6dd8c37a200bb5f1ab4c3051321ce8 to your computer and use it in GitHub Desktop.
Proxy config
const PROXY_CONFIG = [
{
context: [
"/api",
"/images"
],
target: "https://localhost:7135",
secure: false
}
]
module.exports = PROXY_CONFIG;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment