mirror of
https://github.com/kremalicious/location.git
synced 2024-11-21 17:36:59 +01:00
14 lines
361 B
JSON
14 lines
361 B
JSON
{
|
|
"routes": [
|
|
{
|
|
"src": "/",
|
|
"dest": "/api",
|
|
"headers": {
|
|
"Access-Control-Allow-Origin": "*",
|
|
"Access-Control-Allow-Methods": "GET,OPTIONS",
|
|
"Access-Control-Allow-Headers": "X-CSRF-Token, X-Requested-With, Accept, Accept-Version, Content-Length, Content-MD5, Content-Type, Date, X-Api-Version"
|
|
}
|
|
}
|
|
]
|
|
}
|