mirror of
https://github.com/MuRuLOSE/limoka.git
synced 2026-06-16 06:24:18 +02:00
25 lines
636 B
JSON
25 lines
636 B
JSON
{
|
|
"headers": [
|
|
{
|
|
"source": "/(.*).txt",
|
|
"headers": [{"key": "Content-Type", "value": "text/plain; charset=utf-8"}]
|
|
},
|
|
{
|
|
"source": "/(.*).html",
|
|
"headers": [{ "key": "Content-Type", "value": "text/html; charset=utf-8" }]
|
|
},
|
|
{
|
|
"source": "/(.*).css",
|
|
"headers": [{ "key": "Content-Type", "value": "text/css; charset=utf-8" }]
|
|
},
|
|
{
|
|
"source": "/(.*).js",
|
|
"headers": [{ "key": "Content-Type", "value": "text/js; charset=utf-8" }]
|
|
},
|
|
{
|
|
"source": "/(.*).py",
|
|
"headers": [{"key": "Content-Type", "value": "text/plain; charset=utf-8"}]
|
|
}
|
|
]
|
|
}
|