mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-12-28 04:19:41 -08:00
18 lines
305 B
JSON
18 lines
305 B
JSON
{
|
|
"platform": {
|
|
"apiRuntime": "node:16"
|
|
},
|
|
"routes": [
|
|
{
|
|
"route": "/.well-known/webfinger*",
|
|
"methods": ["GET"],
|
|
"rewrite": "/api/webfinger"
|
|
},
|
|
{
|
|
"route": "/@jan",
|
|
"methods": ["GET"],
|
|
"redirect": "https://hachyderm.io/@jandedobbeleer"
|
|
}
|
|
]
|
|
}
|