1
0
Fork 0
mirror of https://github.com/python-poetry/install.python-poetry.org.git synced 2024-09-13 13:17:11 -04:00
PoetryInstaller/vercel.json

29 lines
449 B
JSON
Raw Normal View History

2021-11-12 15:39:38 -05:00
{
"headers": [
{
"headers": [
{
"key": "Content-Type",
"value": "text/plain; charset=utf-8"
}
],
"source": "/"
},
{
"headers": [
{
"key": "Content-Type",
"value": "text/plain; charset=utf-8"
}
],
"source": "/(.+)\\.py"
}
],
"rewrites": [
{
"destination": "/install-poetry.py",
"source": "/"
}
]
2021-11-12 15:39:38 -05:00
}