mirror of
https://github.com/oceanprotocol/market.git
synced 2024-12-02 05:57:29 +01:00
7 lines
149 B
JSON
7 lines
149 B
JSON
{
|
|
"rewrites": [
|
|
{ "source": "/asset/:did", "destination": "/asset/" },
|
|
{ "source": "/profile/:account", "destination": "/profile/" }
|
|
]
|
|
}
|