2021-02-25 10:54:53 +01:00
|
|
|
{
|
|
|
|
"rewrites": [
|
2022-04-08 12:34:59 +02:00
|
|
|
{
|
|
|
|
"source": "/api/:match*",
|
2022-12-07 13:00:51 +01:00
|
|
|
"destination": "https://unleash.herokuapp.com/api/:match*"
|
2022-04-08 12:34:59 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"source": "/logout",
|
2022-12-07 13:00:51 +01:00
|
|
|
"destination": "https://unleash.herokuapp.com/logout"
|
2022-04-08 12:34:59 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"source": "/auth/:match*",
|
2022-12-07 13:00:51 +01:00
|
|
|
"destination": "https://unleash.herokuapp.com/auth/:match*"
|
2022-05-05 17:15:22 +02:00
|
|
|
},
|
|
|
|
{ "source": "/(.*)", "destination": "/index.html" }
|
2021-02-25 10:54:53 +01:00
|
|
|
]
|
|
|
|
}
|