mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-11-15 18:25:58 +01:00
refine routes
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user