mirror of
https://github.com/different-ai/openwork
synced 2026-04-26 01:25:10 +02:00
* feat(ui): share and install skills by link * feat(share): add Vercel Blob publisher service
8 lines
198 B
JSON
8 lines
198 B
JSON
{
|
|
"rewrites": [
|
|
{ "source": "/health", "destination": "/api/health" },
|
|
{ "source": "/b/(.*)", "destination": "/api/b/$1" },
|
|
{ "source": "/v1/(.*)", "destination": "/api/v1/$1" }
|
|
]
|
|
}
|