mirror of
https://github.com/MikroWizard/mikrofront.git
synced 2025-07-24 12:54:47 +02:00
MikroWizard Initial commit | MikroFront Welcome to the world :)
This commit is contained in:
commit
b97aec6b97
203 changed files with 41097 additions and 0 deletions
22
proxy.conf.ts
Normal file
22
proxy.conf.ts
Normal file
|
@ -0,0 +1,22 @@
|
|||
|
||||
const PROXY_CONFIG = [
|
||||
{
|
||||
context: [
|
||||
"/api/frontver/"
|
||||
],
|
||||
target: "http://127.0.0.1/",
|
||||
secure: false,
|
||||
"changeOrigin": true,
|
||||
logLevel: "debug",
|
||||
},
|
||||
{
|
||||
context: [
|
||||
"/api"
|
||||
],
|
||||
target: "http://172.17.0.1:8181/",
|
||||
secure: false,
|
||||
"changeOrigin": true,
|
||||
}
|
||||
]
|
||||
|
||||
module.exports = PROXY_CONFIG;
|
Loading…
Add table
Add a link
Reference in a new issue