mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
refine routes
This commit is contained in:
parent
c71ba5c02a
commit
31747b08a7
1 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
"routes": [
|
||||
{
|
||||
"src": "/",
|
||||
"dest": "/",
|
||||
"headers": {
|
||||
"Access-Control-Allow-Origin": "*",
|
||||
"X-Content-Type-Options": "nosniff",
|
||||
|
@ -11,6 +12,7 @@
|
|||
},
|
||||
{
|
||||
"src": "/#json=.*",
|
||||
"dest": "/",
|
||||
"headers": {
|
||||
"Access-Control-Allow-Origin": "*",
|
||||
"X-Content-Type-Options": "nosniff",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue