mirror of
https://github.com/DerDavidBohl/dirigent-spring.git
synced 2025-12-30 16:12:13 -06:00
10 lines
136 B
JSON
10 lines
136 B
JSON
{
|
|
"/api/**": {
|
|
"target": "http://localhost:8080",
|
|
"secure": false,
|
|
"changeOrigin": true,
|
|
"pathRewrite": {
|
|
}
|
|
}
|
|
}
|