Created
December 26, 2023 01:47
-
-
Save alexisselorm/9e6dd8c37a200bb5f1ab4c3051321ce8 to your computer and use it in GitHub Desktop.
Proxy config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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