mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-11-09 20:44:03 -08:00
13 lines
185 B
JSON
13 lines
185 B
JSON
{
|
|
"platform": {
|
|
"apiRuntime": "node:16"
|
|
},
|
|
"routes": [
|
|
{
|
|
"route": "/.well-known/webfinger*",
|
|
"methods": ["GET"],
|
|
"rewrite": "/api/webfinger"
|
|
}
|
|
]
|
|
}
|