This commit is contained in:
2022-04-30 20:28:36 +08:00
parent bff4f6c1a6
commit 1137c36987
2 changed files with 12 additions and 6 deletions

View File

@ -38,15 +38,17 @@
"headers": {
"Location": "mailto:admin@186526.xyz"
}
},{
"src":"/generate_204",
},
{
"src": "/generate_204",
"status": 204,
"headers": {
"X-Powered-By": "SW2Express",
"Server": "sw=>express"
}
},{
"src":"/v2/(.*)",
},
{
"src": "/v2/(.*)",
"dest": "https://registry.186526.xyz/v2/$1"
}
]