mirror of
https://github.com/System-End/site.git
synced 2026-04-19 19:45:07 +00:00
33 lines
967 B
JSON
33 lines
967 B
JSON
{
|
|
"github": { "silent": true },
|
|
"headers": [
|
|
{
|
|
"source": "/api/join",
|
|
"headers": [
|
|
{ "key": "Access-Control-Allow-Origin", "value": "*" },
|
|
{
|
|
"key": "Access-Control-Allow-Methods",
|
|
"value": "GET,OPTIONS,PATCH,DELETE,POST,PUT"
|
|
},
|
|
{
|
|
"key": "Access-Control-Allow-Headers",
|
|
"value": "X-CSRF-Token, X-Requested-With, Accept, Accept-Version, Content-Length, Content-MD5, Content-Type, Date, X-Api-Version"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"source": "/api/sprig-console",
|
|
"headers": [
|
|
{ "key": "Access-Control-Allow-Origin", "value": "*" },
|
|
{
|
|
"key": "Access-Control-Allow-Methods",
|
|
"value": "GET"
|
|
},
|
|
{
|
|
"key": "Access-Control-Allow-Headers",
|
|
"value": "X-CSRF-Token, X-Requested-With, Accept, Accept-Version, Content-Length, Content-MD5, Content-Type, Date, X-Api-Version"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|