mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
merge routes with headers
This commit is contained in:
parent
feae342283
commit
9e2df2ac82
1 changed files with 1 additions and 6 deletions
|
@ -3,12 +3,7 @@
|
||||||
{
|
{
|
||||||
"src": "/(.*)",
|
"src": "/(.*)",
|
||||||
"dest": "/",
|
"dest": "/",
|
||||||
"status": 301
|
"status": 301,
|
||||||
}
|
|
||||||
],
|
|
||||||
"headers": [
|
|
||||||
{
|
|
||||||
"source": "/(.*)",
|
|
||||||
"headers": [
|
"headers": [
|
||||||
{
|
{
|
||||||
"key": "Access-Control-Allow-Origin",
|
"key": "Access-Control-Allow-Origin",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue