mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-22 19:07:54 +01:00
1132a79f6d
* fix: reject duplicate segment names * fix: useSegmentValidation now takes into account initial value * refactor: add segments e2e test * refactor: add github action from segments e2e test * refactor: use enterprise edition for all e2e tests * refactor: use enterprise edition for all e2e tests
17 lines
348 B
JSON
17 lines
348 B
JSON
{
|
|
"rewrites": [
|
|
{
|
|
"source": "/api/:match*",
|
|
"destination": "https://unleash4.herokuapp.com/api/:match*"
|
|
},
|
|
{
|
|
"source": "/logout",
|
|
"destination": "https://unleash4.herokuapp.com/logout"
|
|
},
|
|
{
|
|
"source": "/auth/:match*",
|
|
"destination": "https://unleash4.herokuapp.com/auth/:match*"
|
|
}
|
|
]
|
|
}
|