Files
enviPy-bayer/static/js/ketcher3/standalone/serve.json
jebus 31c57299e4 [Feature] Ketcher V3 (#427)
Co-authored-by: Tim Lorsbach <tim@lorsba.ch>
Reviewed-on: enviPath/enviPy#427
2026-07-17 08:16:09 +12:00

21 lines
322 B
JSON

{
"rewrites": [
{
"source": "/popup",
"destination": "/popup.html"
},
{
"source": "/duo",
"destination": "/duo.html"
},
{
"source": "/iframe",
"destination": "/iframe.html"
},
{
"source": "!/**/*.html",
"destination": "/index.html"
}
]
}